projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc macro...
[pub/lufa.git]
/
Demos
/
TestApp
/
TestApp.c
diff --git
a/Demos/TestApp/TestApp.c
b/Demos/TestApp/TestApp.c
index
e7ee526
..
a66a728
100644
(file)
--- a/
Demos/TestApp/TestApp.c
+++ b/
Demos/TestApp/TestApp.c
@@
-61,7
+61,7
@@
int main(void)
wdt_disable();
\r
\r
/* Disable clock division */
\r
-
SetSystemClockPrescaler(0
);
\r
+
clock_prescale_set(clock_div_1
);
\r
\r
/* Hardware initialization */
\r
SerialStream_Init(9600, false);
\r