From 353a9b56e6caee853d3f808d2bfedf07056b4518 Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 29 Mar 2013 11:31:21 +0900 Subject: Fix BOOTLOADER_SIZE setting --- keyboard/gh60/Makefile.pjrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyboard/gh60/Makefile.pjrc') diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index c12334fca..0ea33ea30 100644 --- a/keyboard/gh60/Makefile.pjrc +++ b/keyboard/gh60/Makefile.pjrc @@ -69,11 +69,11 @@ MCU = atmega32u4 F_CPU = 16000000 -# Boot Section Size in bytes +# Boot Section Size in *bytes* # Teensy halfKay 512 # Atmel DFU loader 4096 # LUFA bootloader 4096 -OPT_DEFS += -DBOOT_SIZE=4096 +OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options -- cgit v1.2.3