Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zephyr: use k_cpu_idle instead of arch_cpu_idle
arch_cpu_idle() is an internal API that should not be used outside of the main Zephyr. Use k_cpu_idle() instead, which is the same thing (at least for now). Signed-off-by: Daniel Leung <daniel.leung@intel.com>
- Loading branch information