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.h
- Revision:
- 167:e84263d55307
- Parent:
- 160:d5399cc887bb
--- 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