|
@@ -90,7 +90,7 @@ ifeq ($(strip $(BOOTLOADER)), USBasp)
|
|
endif
|
|
endif
|
|
ifeq ($(strip $(BOOTLOADER)), lufa-ms)
|
|
ifeq ($(strip $(BOOTLOADER)), lufa-ms)
|
|
OPT_DEFS += -DBOOTLOADER_MS
|
|
OPT_DEFS += -DBOOTLOADER_MS
|
|
- BOOTLOADER_SIZE = 6144
|
|
|
|
|
|
+ BOOTLOADER_SIZE ?= 8192
|
|
FIRMWARE_FORMAT = bin
|
|
FIRMWARE_FORMAT = bin
|
|
cpfirmware: lufa_warning
|
|
cpfirmware: lufa_warning
|
|
.INTERMEDIATE: lufa_warning
|
|
.INTERMEDIATE: lufa_warning
|