Update tos_time.h

Fixed the wrong note.
This commit is contained in:
David Lin
2020-06-27 18:40:15 +08:00
committed by GitHub
parent b01d2d75d3
commit 18b4d5697d

View File

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