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
|
@ -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 +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue