projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0551322
)
Add missing dependency.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Apr 2009 15:01:54 +0000
(15:01 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 21 Apr 2009 15:01:54 +0000
(15:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2608
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/drv/timer.h
patch
|
blob
|
history
diff --git
a/bertos/drv/timer.h
b/bertos/drv/timer.h
index 6ab6cdf5b5ea2a977e0ffc7925c3c650f36a2e66..e418cec7e15979cd2f721a4f6fbdd2a2ad81278e 100644
(file)
--- a/
bertos/drv/timer.h
+++ b/
bertos/drv/timer.h
@@
-37,7
+37,7
@@
*
* $WIZ$ module_name = "timer"
* $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h"
- * $WIZ$ module_depends = "event"
+ * $WIZ$ module_depends = "event"
, "sysirq"
* $WIZ$ module_supports = "not atmega103 and not atmega8"
*/