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: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: platform/mbed_rtc_time.cpp
- Revision:
- 169:e3b6fe271b81
- Parent:
- 167:e84263d55307
- Child:
- 175:af195413fb11
--- a/platform/mbed_rtc_time.cpp Thu Jul 06 15:42:05 2017 +0100 +++ b/platform/mbed_rtc_time.cpp Wed Jul 19 17:31:21 2017 +0100 @@ -53,7 +53,7 @@ } } - time_t t = -1; + time_t t = (time_t)-1; if (_rtc_read != NULL) { t = _rtc_read(); }