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:
304:89b9c3a9a045
Parent:
13:0645d8841f51
Child:
525:c320967f86b9
--- a/api/TimerEvent.h	Fri Aug 29 11:45:07 2014 +0100
+++ b/api/TimerEvent.h	Fri Aug 29 17:15:07 2014 +0100
@@ -39,7 +39,7 @@
     virtual void handler() = 0;
 
     // insert in to linked list
-    void insert(unsigned int timestamp);
+    void insert(timestamp_t timestamp);
 
     // remove from linked list, if in it
     void remove();