Skip to content

1.0.4 Hex function truncation fix for AVR

Latest
Compare
Choose a tag to compare
@davetcc davetcc released this 07 Dec 08:49
· 6 commits to main since this release

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.