aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/time.h')
-rw-r--r--wirish/time.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/wirish/time.h b/wirish/time.h
index 45e82dc..f73d133 100644
--- a/wirish/time.h
+++ b/wirish/time.h
@@ -35,10 +35,9 @@ extern "C"{
#include "nvic.h"
#include "systick.h"
+#include "boards.h"
-#define CYCLES_PER_MICROSECOND 72
#define US_PER_MS 1000
-#define MAPLE_RELOAD_VAL 72000
extern volatile uint32 systick_timer_millis;