]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Add todo to timer.c
authorFred Sundvik <fsundvik@gmail.com>
Sun, 18 Jun 2017 21:24:32 +0000 (00:24 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Sun, 18 Jun 2017 21:24:32 +0000 (00:24 +0300)
tmk_core/common/test/timer.c

index e21cd7d555e39877856dfab2c784f99cf57a7553..09ea91a891573898438e0e78a71b5ec4694ef0e3 100644 (file)
@@ -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) {}