mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Many areas of Zephyr divide and round up without using the DIV_ROUND_UP macro. Make use of it, so that we make use of a tested system macro and at the same time we make code more readable. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>