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: SPIne CH_Communicatuin_Test CH_Communicatuin_Test2 MCP_SPIne ... more
Fork of mbed-dev-f303 by
Diff: platform/mbed_rtc_time.cpp
- Revision:
- 167:e84263d55307
- Parent:
- 160:d5399cc887bb
- Child:
- 169:e3b6fe271b81
--- a/platform/mbed_rtc_time.cpp Thu Jun 08 15:02:37 2017 +0100
+++ b/platform/mbed_rtc_time.cpp Wed Jun 21 17:46:44 2017 +0100
@@ -53,7 +53,7 @@
}
}
- time_t t = 0;
+ time_t t = -1;
if (_rtc_read != NULL) {
t = _rtc_read();
}
