mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 05:06:42 +00:00
Add todo to timer.c
This commit is contained in:
parent
fb9b8dadb9
commit
0f163c0028
@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
#include "timer.h"
|
#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_init(void) {}
|
||||||
|
|
||||||
void timer_clear(void) {}
|
void timer_clear(void) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user