diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-06-19 00:24:32 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-06-19 00:24:32 +0300 |
commit | 0f163c00287070e0314a984f2b58da4a58621058 (patch) | |
tree | 361c97aeea51645e2ddd8b0d81cf5acae64aaf41 /tmk_core | |
parent | fb9b8dadb97e69f2c206a96e879a9350b535fe98 (diff) | |
download | firmware-0f163c00287070e0314a984f2b58da4a58621058.tar.gz firmware-0f163c00287070e0314a984f2b58da4a58621058.tar.bz2 firmware-0f163c00287070e0314a984f2b58da4a58621058.zip |
Add todo to timer.c
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/common/test/timer.c | 3 |
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 @@ #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) {} |