zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9.92k stars 6.1k forks source link

drivers: i2s_nrfx: Fix division by 0 in divider calculation #72844

Open barsok opened 4 weeks ago

barsok commented 4 weeks ago

Skip cases which would result in division by 0 in clock calculation Fixes #70316