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
On AVR the hex functions took the wrong datatype (unsigned int) which was a 16-bit type. This led to larger 32-bit values being truncated to the first 16-bits.