aboutsummaryrefslogtreecommitdiffstats
path: root/wirish
diff options
context:
space:
mode:
authorMichael Hope <michael.hope@linaro.org>2010-10-10 19:58:58 +1300
committerMichael Hope <michael.hope@linaro.org>2010-10-10 19:58:58 +1300
commit76e8745d80a822d9ae9a017c8f68a2f7f20695fc (patch)
tree486198ddd5aacea454f17a0f42514be2ede3999e /wirish
parent6fcd4cd306dbecf56f5b0b506a3c23762d1219fa (diff)
downloadlibrambutan-76e8745d80a822d9ae9a017c8f68a2f7f20695fc.tar.gz
librambutan-76e8745d80a822d9ae9a017c8f68a2f7f20695fc.zip
Make systick.h C++ safe. Expose the sys tick count via systick.h and remove other externs.
Diffstat (limited to 'wirish')
-rw-r--r--wirish/time.h2
1 files changed, 0 insertions, 2 deletions
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;