aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-09 22:35:48 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-09 22:35:48 +0000
commit7d823d926f9cac7b3c540cb0e864d7cec0af1826 (patch)
treeecb0ec4d485a9cb5f169a6719fb6a1aff1b8fe0e /Bootloaders/DFU
parentcae0fa73d70f82820bd8d71c4d60b6aff8ccf3cb (diff)
downloadlufa-7d823d926f9cac7b3c540cb0e864d7cec0af1826.tar.gz
lufa-7d823d926f9cac7b3c540cb0e864d7cec0af1826.tar.bz2
lufa-7d823d926f9cac7b3c540cb0e864d7cec0af1826.zip
Update HID bootloader loader application to support the VID/PID used by the bootloader.
Diffstat (limited to 'Bootloaders/DFU')
-rw-r--r--Bootloaders/DFU/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile
index bcb908b1b..ce97b58d1 100644
--- a/Bootloaders/DFU/makefile
+++ b/Bootloaders/DFU/makefile
@@ -194,6 +194,7 @@ ADEFS += -DBOARD=BOARD_$(BOARD)
ADEFS += -DBOOT_START_ADDR=$(BOOT_START)UL
ADEFS += $(LUFA_OPTS)
+
# Place -D or -U options here for C++ sources
CPPDEFS = -DF_CPU=$(F_CPU)UL
CPPDEFS += -DF_CLOCK=$(F_CLOCK)UL