meh

Fork of mbed by mbed official

Revision:
89:552587b429a1
Parent:
65:5798e58a58b1
Child:
98:8ab26030e058
--- a/TimerEvent.h	Fri Aug 15 15:28:31 2014 +0100
+++ b/TimerEvent.h	Fri Sep 12 16:41:52 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();