projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b9a407
)
Add documentation.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 9 Aug 2008 10:04:15 +0000
(10:04 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 9 Aug 2008 10:04:15 +0000
(10:04 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1583
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/drv/timer.c
patch
|
blob
|
history
diff --git
a/bertos/drv/timer.c
b/bertos/drv/timer.c
index fbe7c695c9ee3455cd6cdde428c4ca860b6426a8..aa671dc4d9423e8f50c0008ffc237212ec58a9e5 100644
(file)
--- a/
bertos/drv/timer.c
+++ b/
bertos/drv/timer.c
@@
-163,7
+163,9
@@
void timer_add(Timer *timer)
/**
- * Remove a timer from the timer queue before it has expired.
+ * Remove a timer from the timers queue before it has expired.
+ * \note Attempting to remove a timer already expired cause
+ * undefined behaviour.
*/
Timer *timer_abort(Timer *timer)
{