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:
Anas Nashif 2021-03-13 08:21:21 -05:00
commit fe0872c0ab
13 changed files with 32 additions and 32 deletions

View file

@ -171,7 +171,7 @@ int task_wdt_feed(int channel_id)
*/
k_sched_lock();
current_ticks = z_tick_get();
current_ticks = sys_clock_tick_get();
/* feed the specified channel */
channels[channel_id].timeout_abs_ticks = current_ticks +