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:
@@ -202,7 +202,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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user