Fix BOOTLOADER_SIZE setting
This commit is contained in:
parent
41bf920412
commit
353a9b56e6
20 changed files with 16 additions and 89 deletions
|
@ -108,7 +108,7 @@ CONSOLE_ENABLE = yes # Console for debug
|
|||
# Teensy halfKay 512
|
||||
# Atmel DFU loader 4096
|
||||
# LUFA bootloader 4096
|
||||
OPT_DEFS += -DBOOT_SIZE=512
|
||||
OPT_DEFS += -DBOOTLOADER_SIZE=512
|
||||
|
||||
|
||||
# Search Path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue