From 0f163c00287070e0314a984f2b58da4a58621058 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Mon, 19 Jun 2017 00:24:32 +0300 Subject: [PATCH] Add todo to timer.c --- tmk_core/common/test/timer.c | 3 +++ 1 file changed, 3 insertions(+) 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 @@ #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) {}