projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster...
[pub/USBasp.git]
/
Bootloaders
/
TeensyHID
/
TeensyHID.c
diff --git
a/Bootloaders/TeensyHID/TeensyHID.c
b/Bootloaders/TeensyHID/TeensyHID.c
index
6cacfaf
..
2317ea4
100644
(file)
--- a/
Bootloaders/TeensyHID/TeensyHID.c
+++ b/
Bootloaders/TeensyHID/TeensyHID.c
@@
-68,9
+68,6
@@
void SetupHardware(void)
MCUSR &= ~(1 << WDRF);
\r
wdt_disable();
\r
\r
- /* Disable clock division */
\r
- clock_prescale_set(clock_div_1);
\r
-
\r
/* Relocate the interrupt vector table to the bootloader section */
\r
MCUCR = (1 << IVCE);
\r
MCUCR = (1 << IVSEL);
\r