mbed library sources for small microcontrollers such as STM32F050F6P6 (with 4 kB RAM)

Dependents:   STM32F031_blink_LED_1

Fork of mbed-src by mbed official

Revision:
304:89b9c3a9a045
Parent:
13:0645d8841f51
--- 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();