diff options
Diffstat (limited to 'converter/m0110_usb/Makefile.lufa')
-rw-r--r-- | converter/m0110_usb/Makefile.lufa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/m0110_usb/Makefile.lufa b/converter/m0110_usb/Makefile.lufa index 028bdf9331..8c12ca7834 100644 --- a/converter/m0110_usb/Makefile.lufa +++ b/converter/m0110_usb/Makefile.lufa @@ -69,7 +69,7 @@ CONSOLE_ENABLE = yes # Console for debug # Teensy halfKay 512 # Atmel DFU loader 4096 # LUFA bootloader 4096 -OPT_DEFS += -DBOOT_SIZE=4096 +OPT_DEFS += -DBOOTLOADER_SIZE=4096 |