Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pipeline: Use Zephyr API k_msleep() instead of obsolete wait_delay_ms()
Use Zephyr API k_msleep() instead of obsolete wait_delay_ms(). In XTOS build the k_msleep() is implemented in xtos-wrapper/include/kernel.h and it actually calls the wait_delay_ms(). Signed-off-by: Jyri Sarha <jyri.sarha@intel.com>
- Loading branch information