aboutsummaryrefslogtreecommitdiff
path: root/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h3
1 files changed, 2 insertions, 1 deletions
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 <stdint.h>
+#include <stdbool.h>
-void timerStart (const uint32_t t);
+void timerStart (const uint32_t t, const bool);
uint32_t timerHit ();
void timerStop ();