From ebc6f6a6cf20a25c0dd2cefaa9c86285509a3407 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 13 Jan 2015 13:15:52 +0100 Subject: Add generic flash ui state, fix timer race condition --- timer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'timer.h') diff --git a/timer.h b/timer.h index 6284be7..3f9f491 100644 --- a/timer.h +++ b/timer.h @@ -2,8 +2,9 @@ #define TIMER_H #include +#include -void timerStart (const uint32_t t); +void timerStart (const uint32_t t, const bool); uint32_t timerHit (); void timerStop (); -- cgit v1.2.3