mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The result of left shifting a bit into the sign-bit is undefined behavior. This makes the offending shift operation unsigned. Signed-off-by: Kristian Klomsten Skordal <kristian.skordal@nordicsemi.no>