1
0
Fork 0

Add default value to BOOTLOADER_SIZE

This commit is contained in:
tmk 2013-03-11 13:32:46 +09:00
parent e4fbaf30be
commit fe2230cf60

View file

@ -19,7 +19,8 @@
* USBaspLoader 2048 * USBaspLoader 2048
*/ */
#ifndef BOOTLOADER_SIZE #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 #endif
#define FLASH_SIZE (FLASHEND + 1L) #define FLASH_SIZE (FLASHEND + 1L)