Commit c5d6bdb4 authored by Anas Nashif's avatar Anas Nashif
Browse files

clock: remove unused z_ms_to_ticks



z_ms_to_ticks is not being used anywhere.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent a518f487
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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