projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Device mode class driver callbacks are now fired before the control request status...
[pub/USBasp.git]
/
Bootloaders
/
TeensyHID
/
makefile
diff --git
a/Bootloaders/TeensyHID/makefile
b/Bootloaders/TeensyHID/makefile
index
0d12374
..
404b55f
100644
(file)
--- a/
Bootloaders/TeensyHID/makefile
+++ b/
Bootloaders/TeensyHID/makefile
@@
-48,7
+48,7
@@
\r
\r
# MCU name
\r
\r
\r
# MCU name
\r
-MCU = at
90usb1287
\r
+MCU = at
mega32u4
\r
\r
\r
# Target board (see library "Board Types" documentation, NONE for projects not requiring
\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
\r
\r
# Starting byte address of the bootloader
\r
-BOOT_START = 0x
1e
000
\r
+BOOT_START = 0x
7
000
\r
\r
\r
# Output format. (can be srec, ihex, binary)
\r
\r
\r
# Output format. (can be srec, ihex, binary)
\r