1
0
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:
Francisco Molina 2021-02-18 12:47:51 +01:00
parent 285d20b7bf
commit 9a8c26bd34
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -19,12 +19,8 @@ DISABLE_MODULE += auto_init auto_init_%
# avoid using stdio
USEMODULE += stdio_null
# Include riotboot flash partition functionality
USEMODULE += riotboot_slot
# Add RIOTBOOT USB DFU integration
USEMODULE=riotboot_usb_dfu
USEMODULE += riotboot_usb_dfu
# Use xtimer for scheduled reboot
USEMODULE += xtimer