Update tos_stopwatch.h

Fixed some wrong notes.
This commit is contained in:
David Lin
2020-06-27 19:10:48 +08:00
committed by GitHub
parent b01d2d75d3
commit f79d4db011

View File

@@ -105,7 +105,7 @@ __API__ void tos_stopwatch_delay_ms(k_time_t millisec);
*
* @attention
*
* @param[in] stopwatch ticks remain.
* @param[in] stopwatch the stopwatch.
*
* @return ticks remain
*/
@@ -116,7 +116,7 @@ __API__ k_tick_t tos_stopwatch_remain(k_stopwatch_t *stopwatch);
*
* @attention
*
* @param[in] stopwatch milliseconds remain.
* @param[in] stopwatch the stopwatch.
*
* @return milliseconds remain
*/
@@ -127,7 +127,7 @@ __API__ k_time_t tos_stopwatch_remain_ms(k_stopwatch_t *stopwatch);
*
* @attention
*
* @param[in] stopwatch milliseconds remain.
* @param[in] stopwatch the stopwatch.
*
* @return whether the stopwatch is expired
* @retval #K_TRUE the stopwatch is expired.