legacy: use k_cycle_get_32 instead of legacy sys_cycle_get_32
Jira: ZEP-1585 Change-Id: Idac4685625f191771b90ce78234d97f5143413f0 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
003a46a2f2
commit
b52a5450b0
9 changed files with 13 additions and 13 deletions
|
@ -75,7 +75,7 @@ typedef uint32_t (*sys_k_timer_func_t)(void);
|
|||
#ifdef CONFIG_KERNEL_EVENT_LOGGER_CUSTOM_TIMESTAMP
|
||||
extern sys_k_timer_func_t _sys_k_get_time;
|
||||
#else
|
||||
#define _sys_k_get_time sys_cycle_get_32
|
||||
#define _sys_k_get_time k_cycle_get_32
|
||||
#endif /* CONFIG_KERNEL_EVENT_LOGGER_CUSTOM_TIMESTAMP */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue