mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Diff: platform/mbed_rtc_time.h
- Revision:
- 167:e84263d55307
- Parent:
- 160:d5399cc887bb
- Child:
- 178:79309dc6340a
--- 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