]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add default value to BOOTLOADER_SIZE
authortmk <nobody@nowhere>
Mon, 11 Mar 2013 04:32:46 +0000 (13:32 +0900)
committertmk <nobody@nowhere>
Mon, 11 Mar 2013 04:32:46 +0000 (13:32 +0900)
common/bootloader.c

index f9802d36c52a0bc70e8da18a5712d3fb984b8fe7..43a7e47ce23fb78213348e0f1cca1db5519b56bf 100644 (file)
@@ -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)