hal_nordic
hal_nordic copied to clipboard
haly gpiote: Make bitwise shift portable way
The value to shift is casted to unsigned exclusively to make operation portable.
This issue is catched by UBSAN as "left shift of 1 by 31 places cannot be represented in type int"