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: EEPROMWrite Full-Project
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();