aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/common/test/timer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmk_core/common/test/timer.c b/tmk_core/common/test/timer.c
index e21cd7d55..09ea91a89 100644
--- a/tmk_core/common/test/timer.c
+++ b/tmk_core/common/test/timer.c
@@ -16,6 +16,9 @@
16 16
17#include "timer.h" 17#include "timer.h"
18 18
19// TODO: the timer should work, but at a much faster rate than realtime
20// It should also have some kind of integration with the testing system
21
19void timer_init(void) {} 22void timer_init(void) {}
20 23
21void timer_clear(void) {} 24void timer_clear(void) {}