summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeo C2016-04-15 17:26:42 +0200
committerLeo C2016-04-15 17:26:42 +0200
commit5730789084d22d229a87fa42fe55079c4bb35cd8 (patch)
tree70b37677ba20dc4d22ea55817531b0692c49a83d /include
parenta1595a8e7fe2148c818aef75d454e9f5e0696f78 (diff)
downloadz180-stamp-5730789084d22d229a87fa42fe55079c4bb35cd8.zip
Use timer 4 instead of 3 for systick (1ms).
Diffstat (limited to 'include')
-rw-r--r--include/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timer.h b/include/timer.h
index c6d6053..83bc329 100644
--- a/include/timer.h
+++ b/include/timer.h
@@ -7,6 +7,8 @@
#ifndef TIMER_H
#define TIMER_H
+#include "common.h"
+
uint32_t get_timer(uint32_t);
#endif /* TIMER_H */