aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/CDC
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-09 22:35:48 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-09 22:35:48 +0000
commit0e18c0c19fa00cba222c8a936b4be041ba67bbd5 (patch)
treeecb0ec4d485a9cb5f169a6719fb6a1aff1b8fe0e /Bootloaders/CDC
parent086f30a38150f11af0c280cf8d4852dc1927c2f2 (diff)
Update HID bootloader loader application to support the VID/PID used by the bootloader.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1659 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/CDC')
-rw-r--r--Bootloaders/CDC/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile
index 3b2e2db0..8fa7cb22 100644
--- a/Bootloaders/CDC/makefile
+++ b/Bootloaders/CDC/makefile
@@ -199,6 +199,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