aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/time.h
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-09-01 00:02:36 -0400
committerbnewbold <bnewbold@robocracy.org>2010-09-01 00:02:36 -0400
commitd6a32991684b7bfd8b91e3358dee4ca3fc887021 (patch)
tree535ebe6501bda800363c5f4debccf532d289bc1e /wirish/time.h
parent9c9d6c153154981fdedbe3f9ed4a1fb61e2b7776 (diff)
parent0ccec95446d4c7f3ea47a46d267c791fb22bb8d4 (diff)
downloadlibrambutan-d6a32991684b7bfd8b91e3358dee4ca3fc887021.tar.gz
librambutan-d6a32991684b7bfd8b91e3358dee4ca3fc887021.zip
Various fixes, working with Maple
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;