1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #16045 from fjmolinas/pr_bootloader_dfu_makefile

bootloader/dfu: fix USEMODULE=
This commit is contained in:
Dylan Laduranty 2021-02-18 16:28:38 +01:00 committed by GitHub
commit f47b9c32cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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