Fix comments.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Jan 2012 17:25:56 +0000 (17:25 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Jan 2012 17:25:56 +0000 (17:25 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5216 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/timer.c

index a59f2a77aaa258071ac0eade8095514d536dba10..62f272ddc93274db3b20598edc425ebf7ba9ba56 100644 (file)
@@ -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