aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/wirish_time.h')
-rw-r--r--wirish/wirish_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/wirish_time.h b/wirish/wirish_time.h
index d5349e3..e326ea7 100644
--- a/wirish/wirish_time.h
+++ b/wirish/wirish_time.h
@@ -43,7 +43,7 @@
* @see micros()
*/
static inline uint32 millis(void) {
- return systick_timer_millis;
+ return systick_uptime();
}
/**