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.
Fork of WakeUp by
Diff: WakeUp.h
- Revision:
- 19:c1fc9bb48d2b
- Parent:
- 18:e71f388710b7
- Child:
- 20:1bd0c314f043
diff -r e71f388710b7 -r c1fc9bb48d2b WakeUp.h
--- a/WakeUp.h Thu Jun 25 08:18:26 2015 +0000
+++ b/WakeUp.h Thu Jun 25 08:22:40 2015 +0000
@@ -95,7 +95,7 @@
*
* Give the time in ms until the next wakeup event is scheduled.
*/
- static uint32_t timeRemaining(void);
+ static float timeRemaining(void);
private:
static FunctionPointer callback;
