aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/time.h')
-rw-r--r--wirish/time.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/wirish/time.h b/wirish/time.h
index ad39057..f4612fa 100644
--- a/wirish/time.h
+++ b/wirish/time.h
@@ -29,14 +29,15 @@
#ifndef _TIME_H
#define _TIME_H
-#ifdef __cplusplus
-extern "C"{
-#endif
-
+#include "libmaple.h"
#include "nvic.h"
#include "systick.h"
#include "boards.h"
+#ifdef __cplusplus
+extern "C"{
+#endif
+
#define US_PER_MS 1000
extern volatile uint32 systick_timer_millis;