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:
Anas Nashif 2017-01-17 06:25:15 -05:00 committed by Anas Nashif
commit b52a5450b0
9 changed files with 13 additions and 13 deletions

View file

@ -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 */
/**