mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
167:e84263d55307
Parent:
160:d5399cc887bb
Child:
178:79309dc6340a
diff -r c97ed07ec1a8 -r e84263d55307 platform/mbed_rtc_time.h
--- a/platform/mbed_rtc_time.h	Thu Jun 08 15:02:37 2017 +0100
+++ b/platform/mbed_rtc_time.h	Wed Jun 21 17:46:44 2017 +0100
@@ -61,7 +61,7 @@
  *
  * @param t Number of seconds since January 1, 1970 (the UNIX timestamp)
  *
- * @Note Synchronization level: Thread safe
+ * @note Synchronization level: Thread safe
  *
  * Example:
  * @code
@@ -76,7 +76,7 @@
 
 /** Attach an external RTC to be used for the C time functions
  *
- * @Note Synchronization level: Thread safe
+ * @note Synchronization level: Thread safe
  *
  * @param read_rtc pointer to function which returns current UNIX timestamp
  * @param write_rtc pointer to function which sets current UNIX timestamp, can be NULL