projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0666467
)
Lower meaningless demo clock frequency to avoid overflows in AVR.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 27 Aug 2008 16:24:31 +0000
(16:24 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 27 Aug 2008 16:24:31 +0000
(16:24 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1735
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/hw/hw_cpu.h
patch
|
blob
|
history
diff --git
a/bertos/hw/hw_cpu.h
b/bertos/hw/hw_cpu.h
index 48b46abd2b44e68c3e4d33ac32b7b039e19a614d..af009e8b43011f7211421fb0ca5254ff6013402d 100644
(file)
--- a/
bertos/hw/hw_cpu.h
+++ b/
bertos/hw/hw_cpu.h
@@
-43,7
+43,7
@@
#warning TODO:This is an example implementation, you must implement it!
/// CPU Clock frequency
-#define CLOCK_FREQ (
48023000
L/* Implement me! */)
+#define CLOCK_FREQ (
12288000U
L/* Implement me! */)
/* Timer IRQ strobe */