diff options
Diffstat (limited to 'wirish')
| -rw-r--r-- | wirish/wirish_time.h | 2 | 
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();  }  /**  | 
