From bdd5ae4dd66941e27128f3ad45d7452c33af716b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 19 Aug 2014 15:50:26 +0200 Subject: timer: Support arbitrary timer values FIXME: large values do not work yet. --- timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'timer.h') diff --git a/timer.h b/timer.h index c1b3511..6284be7 100644 --- a/timer.h +++ b/timer.h @@ -1,10 +1,10 @@ #ifndef TIMER_H #define TIMER_H -#include +#include -void timerStart (); -bool timerHit (); +void timerStart (const uint32_t t); +uint32_t timerHit (); void timerStop (); #endif /* TIMER_H */ -- cgit v1.2.3