projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
162f8bb
)
Fix spacing
author
aleph
<aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 3 Aug 2004 15:53:17 +0000
(15:53 +0000)
committer
aleph
<aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 3 Aug 2004 15:53:17 +0000
(15:53 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@101
38d2e660
-2303-0410-9eaa-
f027e97ec537
drv/timer_avr.h
patch
|
blob
|
history
diff --git
a/drv/timer_avr.h
b/drv/timer_avr.h
index 7a68b61598b1add9b917087192961c46a53e8eaa..24db1bcf8102d33d68809b2f5c809a489d3a55a6 100755
(executable)
--- a/
drv/timer_avr.h
+++ b/
drv/timer_avr.h
@@
-15,6
+15,9
@@
/*
* $Log$
+ * Revision 1.11 2004/08/03 15:53:17 aleph
+ * Fix spacing
+ *
* Revision 1.10 2004/08/02 20:20:29 aleph
* Merge from project_ks
*
@@
-160,7
+163,7
@@
TIFR = BV(OCF2) | BV(TOV2);
/* Setup Timer/Counter interrupt */
- TCCR2 = BV(WGM21)
+ TCCR2 = BV(WGM21)
#if TIMER_PRESCALER == 64
| BV(CS21) | BV(CS20)
#else