mbed library sources
Fork of mbed-src by
Diff: api/TimerEvent.h
- 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();