Rename project to insert it into nightly test.
[bertos.git] / bertos / drv / timer.c
index 91784f9a8c96a2a033cfe0a4846a6bc2cd361f12..a411dc4e8be29775aed3cc959f5af49b62f32c00 100644 (file)
@@ -158,6 +158,8 @@ INLINE void timer_addToList(Timer *timer, List *queue)
  * When the delay indicated by the timer expires, the timer
  * device will execute the event associated with it.
  *
+ * You should not call this function on an already running timer.
+ *
  * \note Interrupt safe
  */
 void timer_add(Timer *timer)