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.
Revision 3:3f5628269a53, committed 2015-10-16
- Comitter:
- AkinoriHashimoto
- Date:
- Fri Oct 16 07:00:44 2015 +0000
- Parent:
- 2:32cfa1dac5a2
- Child:
- 4:d1c394cd7b63
- Commit message:
- adj
Changed in this revision
| RealTimeClock.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/RealTimeClock.cpp Fri Oct 02 05:09:04 2015 +0000
+++ b/RealTimeClock.cpp Fri Oct 16 07:00:44 2015 +0000
@@ -53,7 +53,7 @@
if(now == -1)
return false;
set_time(now);
- return;
+ return true;
}
// End of File
\ No newline at end of file