X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e977774d4e529ff2f668549197323924ff2a53d4..298592383ad2a98922064a0d183390e896856483:/Bootloaders/TeensyHID/makefile diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile index 404b55f9c..0d12374b5 100644 --- a/Bootloaders/TeensyHID/makefile +++ b/Bootloaders/TeensyHID/makefile @@ -48,7 +48,7 @@ # MCU name -MCU = atmega32u4 +MCU = at90usb1287 # Target board (see library "Board Types" documentation, NONE for projects not requiring @@ -86,7 +86,7 @@ F_CLOCK = $(F_CPU) # Starting byte address of the bootloader -BOOT_START = 0x7000 +BOOT_START = 0x1e000 # Output format. (can be srec, ihex, binary)