aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-29 19:35:40 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-29 19:35:40 +0000
commit7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b (patch)
tree389c75f56b237d6fbcde41248994704d74ca011a /Bootloaders/CDC/makefile
parent5e5b7cf2cad72df3d6680da1be5232eef9cf6ece (diff)
downloadlufa-7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b.tar.gz
lufa-7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b.tar.bz2
lufa-7cac5e22d7fae140b3ae4167a706d0dc07b9cf3b.zip
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
Diffstat (limited to 'Bootloaders/CDC/makefile')
-rw-r--r--Bootloaders/CDC/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile
index 67f8ec364..9f437d751 100644
--- a/Bootloaders/CDC/makefile
+++ b/Bootloaders/CDC/makefile
@@ -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)