diff options
Diffstat (limited to 'Bootloaders/TeensyHID/makefile')
| -rw-r--r-- | Bootloaders/TeensyHID/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/TeensyHID/makefile b/Bootloaders/TeensyHID/makefile index 0d12374b5..404b55f9c 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
@@ -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)
|
