diff options
Diffstat (limited to 'Bootloaders/HID/makefile')
-rw-r--r-- | Bootloaders/HID/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/HID/makefile b/Bootloaders/HID/makefile index a76faf06e..3176a5a57 100644 --- a/Bootloaders/HID/makefile +++ b/Bootloaders/HID/makefile @@ -20,7 +20,7 @@ OPTIMIZATION = s TARGET = BootloaderHID SRC = $(TARGET).c Descriptors.c $(LUFA_SRC_USB) LUFA_PATH = ../../LUFA -CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -IConfig/ +CC_FLAGS = -DUSE_LUFA_CONFIG_HEADER -DBOOT_START_ADDR=$(BOOT_START_OFFSET) -IConfig/ LD_FLAGS = -Wl,--section-start=.text=$(BOOT_START_OFFSET) # Flash size and bootloader section sizes of the target, in KB. These must |