summaryrefslogtreecommitdiff
path: root/bootloader.mk
diff options
context:
space:
mode:
authorkb-elmo <lorwel@mailbox.org>2021-06-16 06:28:17 +0200
committerGitHub <noreply@github.com>2021-06-15 21:28:17 -0700
commit4720aa4a34d553ce1ab64b686f851be35534468d (patch)
treedb89a7c5e2d702f6f85364a7040af117494b439e /bootloader.mk
parented0451bc28dc5ffcc3031bf9918a25e9fb8db2f7 (diff)
Change Lufa-MS size (#13183)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'bootloader.mk')
-rw-r--r--bootloader.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader.mk b/bootloader.mk
index 79d3c3d72a..4f2d69d998 100644
--- a/bootloader.mk
+++ b/bootloader.mk
@@ -90,7 +90,7 @@ ifeq ($(strip $(BOOTLOADER)), USBasp)
endif
ifeq ($(strip $(BOOTLOADER)), lufa-ms)
OPT_DEFS += -DBOOTLOADER_MS
- BOOTLOADER_SIZE = 6144
+ BOOTLOADER_SIZE ?= 8192
FIRMWARE_FORMAT = bin
cpfirmware: lufa_warning
.INTERMEDIATE: lufa_warning