Real Time Clock. get time-str, set time.
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