Fixed small documentation error in STM32 RTCv1 driver.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@9890 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2016-10-30 06:49:16 +00:00
parent 84226e0aed
commit 22aaf76b9e
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ void rtc_lld_init(void) {
* @note The function can be called from any context.
*
* @param[in] rtcp pointer to RTC driver structure
* @param[in] timespec pointer to a @p RTCTime structure
* @param[in] timespec pointer to a @p RTCDateTime structure
*
* @notapi
*/
@ -260,7 +260,7 @@ void rtc_lld_set_time(RTCDriver *rtcp, const RTCDateTime *timespec) {
* @note The function can be called from any context.
*
* @param[in] rtcp pointer to RTC driver structure
* @param[in] timespec pointer to a @p RTCTime structure
* @param[in] timespec pointer to a @p RTCDateTime structure
*
* @notapi
*/