From: asterix Date: Thu, 5 Jan 2012 17:25:56 +0000 (+0000) Subject: Fix comments. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2053cc3e6aa26c20a8511ad7148dd704b8e0891e;hp=c8f7b2058f1ea7e68cad20bd076e5f5d6b2435d5;p=bertos.git Fix comments. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5216 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/timer.c b/bertos/drv/timer.c index a59f2a77..62f272dd 100644 --- a/bertos/drv/timer.c +++ b/bertos/drv/timer.c @@ -404,15 +404,12 @@ void timer_init(void) #if (ARCH & ARCH_EMUL) || (CPU_ARM_AT91) /** - * Stop timer (only used by emulator) + * Stop timer */ void timer_cleanup(void) { MOD_CLEANUP(timer); timer_hw_cleanup(); - - // Hmmm... apparently, the demo app does not cleanup properly - //ASSERT(LIST_EMPTY(&timers_queue)); } -#endif /* ARCH_EMUL */ +#endif