Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.

This commit is contained in:
Dean Camera 2012-03-29 19:35:40 +00:00
parent 5e5b7cf2ca
commit 7cac5e22d7
7 changed files with 57 additions and 29 deletions

View file

@ -207,7 +207,7 @@ CDEFS += $(LUFA_OPTS)
ADEFS = -DF_CPU=$(F_CPU)
ADEFS += -DF_USB=$(F_USB)UL
ADEFS += -DBOARD=BOARD_$(BOARD)
ADEFS += -DBOOT_START_ADDR=$(BOOT_START)UL
ADEFS += -DBOOT_START_ADDR=$(BOOT_START)
ADEFS += $(LUFA_OPTS)