Merge pull request #767 from ejoerns/pull-req/timer-note

Note that timer_reset() must not be executed before timer expired
ico
George Oikonomou 2015-03-29 00:46:30 +00:00
commit aedffb6c87
1 changed files with 2 additions and 1 deletions

View File

@ -76,8 +76,9 @@ timer_set(struct timer *t, clock_time_t interval)
* function will cause the timer to be stable over time, unlike the
* timer_restart() function.
*
* \param t A pointer to the timer.
* \note Must not be executed before timer expired
*
* \param t A pointer to the timer.
* \sa timer_restart()
*/
void