diff options
| -rw-r--r-- | common/bootloader.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/bootloader.c b/common/bootloader.c index f9802d36c..43a7e47ce 100644 --- a/common/bootloader.c +++ b/common/bootloader.c | |||
| @@ -19,7 +19,8 @@ | |||
| 19 | * USBaspLoader 2048 | 19 | * USBaspLoader 2048 |
| 20 | */ | 20 | */ |
| 21 | #ifndef BOOTLOADER_SIZE | 21 | #ifndef BOOTLOADER_SIZE |
| 22 | #warn To use bootloader_jump() you need to define BOOTLOADER_SIZE in config.h. | 22 | #warning To use bootloader_jump() you need to define BOOTLOADER_SIZE in config.h. |
| 23 | #define BOOTLOADER_SIZE 4096 | ||
| 23 | #endif | 24 | #endif |
| 24 | 25 | ||
| 25 | #define FLASH_SIZE (FLASHEND + 1L) | 26 | #define FLASH_SIZE (FLASHEND + 1L) |
