From: tmk Date: Mon, 11 Mar 2013 04:32:46 +0000 (+0900) Subject: Add default value to BOOTLOADER_SIZE X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=fe2230cf60efdc5dafb85356e54b8b87cd52c3a3;p=max%2Ftmk_keyboard.git Add default value to BOOTLOADER_SIZE --- diff --git a/common/bootloader.c b/common/bootloader.c index f9802d36..43a7e47c 100644 --- a/common/bootloader.c +++ b/common/bootloader.c @@ -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)