Skip to content

Commit

Permalink
bootloader/dfu: fix USEMODULE=
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Feb 18, 2021
1 parent 285d20b commit 9a8c26b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bootloaders/riotboot_dfu/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9a8c26b

Please sign in to comment.