diff --git a/kernel/core/include/tos_time.h b/kernel/core/include/tos_time.h index da23ff67..f0cc2a5d 100644 --- a/kernel/core/include/tos_time.h +++ b/kernel/core/include/tos_time.h @@ -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);