Skip to content

Commit

Permalink
bootloaders/riotboot: set RIOTBOOT_MINIMAL
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Dec 19, 2024
1 parent a4026b7 commit 01e6545
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootloaders/riotboot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ APPLICATION = riotboot
# Include riotboot flash partition functionality
USEMODULE += riotboot_slot

# We don't want to re-configure any hardware
CFLAGS += -DRIOTBOOT_MINIMAL=1

include ../riotboot_common.mk

0 comments on commit 01e6545

Please sign in to comment.