Merge pull request #189 from DavidLin1577/patch-3

Update tos_time.h
This commit is contained in:
Arthur
2020-06-28 11:01:06 +08:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ __API__ k_tick_t tos_systick_get(void);
*
* @param tick systick count to set
*
* @return tick count since boot
* @return None
*/
__API__ void tos_systick_set(k_tick_t tick);