Update tos_evtdrv_timer.h

Add note for function 'tos_evtdrv_timer_start':
@param[in]   timeout     how much time(in evtdrv_tick_t) the timer would be expired.
This commit is contained in:
David Lin
2020-06-12 16:38:43 +08:00
committed by GitHub
parent cbab9a88b9
commit 1adb949874

View File

@@ -70,6 +70,7 @@ __API__ evtdrv_err_t tos_evtdrv_timer_create(evtdrv_timer_t *tmr,
* @attention None
*
* @param[in] tmr pointer to the handler of the timer.
* @param[in] timeout how much time(in evtdrv_tick_t) the timer would be expired.
*
* @return errcode
* @retval #EVTDRV_ERR_PTR_NULL tmr is a NULL pointer.