Change Lufa-MS size (#13183)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
kb-elmo 2021-06-16 06:28:17 +02:00 committed by GitHub
commit 4720aa4a34
Failed to generate hash of commit
3 changed files with 7 additions and 1 deletions

View file

@ -11,6 +11,9 @@ MCU = atmega32u4
# ATmega328P USBasp
BOOTLOADER = lufa-ms
# This board uses the older unsafe 6k version of lufa-ms
BOOTLOADER_SIZE = 6144
# Build Options
# change yes to no to disable
#

View file

@ -11,6 +11,9 @@ MCU = atmega32u4
# ATmega328P USBasp
BOOTLOADER = lufa-ms
# This board uses the older unsafe 6k version of lufa-ms
BOOTLOADER_SIZE = 6144
# Build Options
# change yes to no to disable
#