From: batt Date: Mon, 11 Aug 2008 10:34:13 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.0.0~313 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=618b81fe6469c2fe2196ccc695ca41ee327220c2;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1621 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/timer.c b/bertos/drv/timer.c index 94272639..fe5ab89d 100644 --- a/bertos/drv/timer.c +++ b/bertos/drv/timer.c @@ -164,6 +164,7 @@ void timer_add(Timer *timer) /** * Remove a timer from the timers queue before it has expired. + * * \note Attempting to remove a timer already expired cause * undefined behaviour. */