Fixed rtc doxygen spelling errors

pull/9405/head
Cruz Monrreal II 2019-01-16 23:30:03 -06:00
parent 5dbb4b9de9
commit 26696c2f5b
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ void attach_rtc(time_t (*read_rtc)(void), void (*write_rtc)(time_t), void (*init
/** Standard lib retarget, get time since Epoch
*
* @param tv Structure containing time_t secondsa and suseconds_t microseconds. Due to
* @param tv Structure containing time_t seconds and useconds_t microseconds. Due to
* separate target specific RTC implementations only the seconds component is used.
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
* not used.
@ -112,7 +112,7 @@ int gettimeofday(struct timeval *tv, void *tz);
/** Standard lib retarget, set time since Epoch
*
* @param tv Structure containing time_t secondsa and suseconds_t microseconds. Due to
* @param tv Structure containing time_t seconds and useconds_t microseconds. Due to
* separate target specific RTC implementations only the seconds component is used.
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
* not used.