mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
A new Z_SPIN_DELAY() macro has been added which can be used to reduce a bit the amount of noise due to the POSIX arch need to break busy loops with k_busy_wait(). Use it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>