Skip to content

Commit

Permalink
fixup! fixup! bootloaders/riotboot_vfs: add VFS based bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Dec 13, 2021
1 parent 6c68f61 commit cea7078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloaders/riotboot_common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CFLAGS += -DRIOTBOOT

# Disable unused modules
CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
DISABLE_MODULE += core_init core_msg core_mutex core_panic
DISABLE_MODULE += core_init core_msg core_mutex core_thread core_panic
ifeq (,$(filter auto_init,$(USEMODULE)))
DISABLE_MODULE += auto_init auto_init_%
endif
Expand Down

0 comments on commit cea7078

Please sign in to comment.