The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
170:e95d10626187
Parent:
165:d1b4690b3f8b
Child:
172:65be27845400
--- a/platform/mbed_mktime.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/platform/mbed_mktime.h	Thu Sep 06 13:39:34 2018 +0100
@@ -90,7 +90,7 @@
  * @note Full and partial leap years support.
  * @note For use by the HAL only
  */
-bool _rtc_maketime(const struct tm* time, time_t * seconds, rtc_leap_year_support_t leap_year_support);
+bool _rtc_maketime(const struct tm *time, time_t *seconds, rtc_leap_year_support_t leap_year_support);
 
 /* Convert a given time in seconds since epoch into calendar time.
  *
@@ -118,7 +118,7 @@
  * @note For use by the HAL only.
  * @note Full and partial leap years support.
  */
-bool _rtc_localtime(time_t timestamp, struct tm* time_info, rtc_leap_year_support_t leap_year_support);
+bool _rtc_localtime(time_t timestamp, struct tm *time_info, rtc_leap_year_support_t leap_year_support);
 
 /** @}*/