From 7d823d926f9cac7b3c540cb0e864d7cec0af1826 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 9 Feb 2011 22:35:48 +0000 Subject: Update HID bootloader loader application to support the VID/PID used by the bootloader. --- Bootloaders/DFU/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Bootloaders/DFU') 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 -- cgit v1.2.3