aboutsummaryrefslogtreecommitdiff
path: root/Bootloaders/DFU/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-29 19:35:40 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-03-29 19:35:40 +0000
commit59c5eaef9e01d040adf08338a5df5648907b7ac9 (patch)
tree389c75f56b237d6fbcde41248994704d74ca011a /Bootloaders/DFU/makefile
parentbdc2b7a99ca124887f6310e136275db912f698c5 (diff)
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2122 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/DFU/makefile')
-rw-r--r--Bootloaders/DFU/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile
index 56f55ac0..34710384 100644
--- a/Bootloaders/DFU/makefile
+++ b/Bootloaders/DFU/makefile
@@ -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)