~ruther/qmk_firmware

fe2230cf60efdc5dafb85356e54b8b87cd52c3a3 — tmk 12 years ago e4fbaf3
Add default value to BOOTLOADER_SIZE
1 files changed, 2 insertions(+), 1 deletions(-)

M common/bootloader.c
M common/bootloader.c => common/bootloader.c +2 -1
@@ 19,7 19,8 @@
 *   USBaspLoader        2048
 */
#ifndef BOOTLOADER_SIZE
#warn To use bootloader_jump() you need to define BOOTLOADER_SIZE in config.h.
#warning To use bootloader_jump() you need to define BOOTLOADER_SIZE in config.h.
#define BOOTLOADER_SIZE     4096
#endif

#define FLASH_SIZE          (FLASHEND + 1L)