diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-03-29 19:35:40 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-03-29 19:35:40 +0000 |
| commit | 59c5eaef9e01d040adf08338a5df5648907b7ac9 (patch) | |
| tree | 389c75f56b237d6fbcde41248994704d74ca011a /Bootloaders/CDC/makefile | |
| parent | bdc2b7a99ca124887f6310e136275db912f698c5 (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/CDC/makefile')
| -rw-r--r-- | Bootloaders/CDC/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/makefile b/Bootloaders/CDC/makefile index 67f8ec36..9f437d75 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) |
