move ENABLE_OPTION_BOOTLOADER in Makefile

This commit is contained in:
2025-12-17 16:46:42 +08:00
parent 6a9c3bc616
commit b31d4a0a29
3 changed files with 43 additions and 25 deletions

View File

@@ -2,8 +2,6 @@
#define _BOOTLOADER_H_
#define ENABLE_OPTION_BOOTLOADER
#ifdef ENABLE_OPTION_BOOTLOADER
extern void bootloader_enter(void) __trap __naked;
#endif /* ENABLE_OPTION_BOOTLOADER */