Merge pull request #175 from DavidLin1577/patch-3

Update tos_evtdrv_timer.h
This commit is contained in:
Arthur
2020-06-16 11:38:13 +08:00
committed by GitHub

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.