Lancaster University's (short term!) clone of mbed-src for micro:bit. This is a copy of the github branch https://github.com/lancaster-university/mbed-classic

Fork of mbed-src by mbed official

Revision:
547:88c982c8f758
Parent:
525:c320967f86b9
--- a/common/Timer.cpp	Fri May 22 08:45:08 2015 +0100
+++ b/common/Timer.cpp	Fri May 22 09:45:08 2015 +0100
@@ -23,7 +23,7 @@
     reset();
 }
 
-Timer::Timer(const ticker_data_t *const data) : _running(), _start(), _time(), _ticker_data(data) {
+Timer::Timer(const ticker_data_t *data) : _running(), _start(), _time(), _ticker_data(data) {
     reset();
 }