X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/298592383ad2a98922064a0d183390e896856483..c3db72afdc9928afbf2a8986f6970aa85dd9902a:/Bootloaders/TeensyHID/makefile diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile index 0d12374b5..9a9f5ff0d 100644 --- a/Bootloaders/TeensyHID/makefile +++ b/Bootloaders/TeensyHID/makefile @@ -48,7 +48,7 @@ # MCU name -MCU = at90usb1287 +MCU = atmega32u4 # Target board (see library "Board Types" documentation, NONE for projects not requiring @@ -68,7 +68,7 @@ BOARD = # does not *change* the processor frequency - it should merely be updated to # reflect the processor speed set externally so that the code can use accurate # software delays. -F_CPU = 16000000 +F_CPU = 8000000 # Input clock frequency. @@ -86,7 +86,7 @@ F_CLOCK = $(F_CPU) # Starting byte address of the bootloader -BOOT_START = 0x1e000 +BOOT_START = 0x7000 # Output format. (can be srec, ihex, binary)