Merge pull request #16045 from fjmolinas/pr_bootloader_dfu_makefile
bootloader/dfu: fix USEMODULE=
This commit is contained in:
commit
f47b9c32cf
@ -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…
x
Reference in New Issue
Block a user