From 76e8745d80a822d9ae9a017c8f68a2f7f20695fc Mon Sep 17 00:00:00 2001 From: Michael Hope Date: Sun, 10 Oct 2010 19:58:58 +1300 Subject: Make systick.h C++ safe. Expose the sys tick count via systick.h and remove other externs. --- wirish/time.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'wirish') diff --git a/wirish/time.h b/wirish/time.h index 742f28d..2a561d3 100644 --- a/wirish/time.h +++ b/wirish/time.h @@ -40,8 +40,6 @@ extern "C"{ #define US_PER_MS 1000 -extern volatile uint32 systick_timer_millis; - /* time in milliseconds since boot */ static inline uint32 millis(void) { return systick_timer_millis; -- cgit v1.2.3