clocks: rename z_tick_get -> sys_clock_tick_get
Do not use z_ for internal APIs, z_ is for private APIs within one subsystem only. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5c90ceb105
commit
fe0872c0ab
13 changed files with 32 additions and 32 deletions
|
@ -129,7 +129,7 @@ int z_nrf_rtc_timer_get_ticks(k_timeout_t t)
|
|||
|
||||
do {
|
||||
curr_count = counter();
|
||||
curr_tick = z_tick_get();
|
||||
curr_tick = sys_clock_tick_get();
|
||||
} while (curr_count != counter());
|
||||
|
||||
abs_ticks = Z_TICK_ABS(t.ticks);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue