diff --git a/include/sys_clock.h b/include/sys_clock.h index a8150c65f62..56c20be93a3 100644 --- a/include/sys_clock.h +++ b/include/sys_clock.h @@ -155,9 +155,6 @@ extern void z_enable_sys_clock(void); #endif -#define z_ms_to_ticks(t) \ - ((int32_t)k_ms_to_ticks_ceil32((uint32_t)(t))) - /* added tick needed to account for tick in progress */ #define _TICK_ALIGN 1