Optimize vendor/product description string display code in MassStorageHost.
[pub/USBasp.git] / Bootloaders / TeensyHID / makefile
index 13d28e5..356d738 100644 (file)
@@ -92,6 +92,10 @@ F_CPU = 16000000
 F_CLOCK = 16000000\r
 \r
 \r
+# Starting byte address of the bootloader\r
+BOOT_START = 0xC000\r
+\r
+\r
 # Output format. (can be srec, ihex, binary)\r
 FORMAT = ihex\r
 \r
@@ -178,10 +182,6 @@ EXTRAINCDIRS = $(LUFA_PATH)/
 CSTANDARD = -std=gnu99\r
 \r
 \r
-# Starting byte address of the bootloader\r
-BOOT_START = 0xC000\r
-\r
-\r
 # Place -D or -U options here for C sources\r
 CDEFS  = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)\r
 CDEFS += -DBOOT_START_ADDR=$(BOOT_START)UL\r