You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to account for the fact that the ARM GCC toolchain assumes char is unsigned. This interacts with logical operations, hence we should use short instead in that case.
We need to account for the fact that the ARM GCC toolchain assumes char is unsigned. This interacts with logical operations, hence we should use short instead in that case.