Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: TimerEvent.h
- Revision:
- 89:552587b429a1
- Parent:
- 65:5798e58a58b1
- Child:
- 98:8ab26030e058
diff -r 9327015d4013 -r 552587b429a1 TimerEvent.h
--- 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();
    