mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
bootloader/dfu: fix USEMODULE=
This commit is contained in:
parent
285d20b7bf
commit
9a8c26bd34
@ -19,12 +19,8 @@ DISABLE_MODULE += auto_init auto_init_%
|
|||||||
|
|
||||||
# avoid using stdio
|
# avoid using stdio
|
||||||
USEMODULE += stdio_null
|
USEMODULE += stdio_null
|
||||||
|
|
||||||
# Include riotboot flash partition functionality
|
|
||||||
USEMODULE += riotboot_slot
|
|
||||||
|
|
||||||
# Add RIOTBOOT USB DFU integration
|
# Add RIOTBOOT USB DFU integration
|
||||||
USEMODULE=riotboot_usb_dfu
|
USEMODULE += riotboot_usb_dfu
|
||||||
|
|
||||||
# Use xtimer for scheduled reboot
|
# Use xtimer for scheduled reboot
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
Loading…
Reference in New Issue
Block a user