Explorar o código

Add todo to timer.c

Fred Sundvik %!s(int64=8) %!d(string=hai) anos
pai
achega
0f163c0028
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      tmk_core/common/test/timer.c

+ 3 - 0
tmk_core/common/test/timer.c

@@ -16,6 +16,9 @@
 
 #include "timer.h"
 
+// TODO: the timer should work, but at a much faster rate than realtime
+// It should also have some kind of integration with the testing system
+
 void timer_init(void) {}
 
 void timer_clear(void) {}