clock: remove unused z_ms_to_ticks
z_ms_to_ticks is not being used anywhere. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a518f48796
commit
c5d6bdb404
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue