Fixed TeensyHID bootloader so that it works with the official TeensyLoader GUI applic...
[pub/USBasp.git] / Bootloaders / TeensyHID / makefile
index 404b55f..0d12374 100644 (file)
@@ -48,7 +48,7 @@
 \r
 \r
 # MCU name\r
-MCU = atmega32u4\r
+MCU = at90usb1287\r
 \r
 \r
 # Target board (see library "Board Types" documentation, NONE for projects not requiring\r
@@ -86,7 +86,7 @@ F_CLOCK = $(F_CPU)
 \r
 \r
 # Starting byte address of the bootloader\r
-BOOT_START = 0x7000\r
+BOOT_START = 0x1e000\r
 \r
 \r
 # Output format. (can be srec, ihex, binary)\r