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
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