doc: stm32f1:rtc: fix trivial param typos

This commit is contained in:
Karl Palsson 2019-06-11 21:42:55 +00:00 committed by Karl Palsson
parent 502593ca6f
commit a143e5644e
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ uint32_t rtc_get_alarm_val(void)
/*---------------------------------------------------------------------------*/
/** @brief RTC set the Counter
@param[in] uint32_t counter_val: 32 bit time setting for the counter.
@param[in] counter_val 32 bit time setting for the counter.
*/
void rtc_set_counter_val(uint32_t counter_val)