aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish_time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/wirish_time.cpp')
-rw-r--r--wirish/wirish_time.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wirish/wirish_time.cpp b/wirish/wirish_time.cpp
index 270da28..c9f10a8 100644
--- a/wirish/wirish_time.cpp
+++ b/wirish/wirish_time.cpp
@@ -28,9 +28,9 @@
* @brief Delay implementation.
*/
-#include "libmaple.h"
-#include "systick.h"
#include "wirish_time.h"
+
+#include "libmaple_types.h"
#include "delay.h"
void delay(unsigned long ms) {