Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Add todo to timer.c
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Jun 18, 2017
1 parent fb9b8da commit 0f163c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmk_core/common/test/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
Expand Down

0 comments on commit 0f163c0

Please sign in to comment.