Closed lwestfall closed 3 years ago
Fixes #22 for boards that use 16-bit ints, where these multiplications would result in an overflow. Addressed by evaluating these as unsigned longs.
I left the smaller multiplications alone, but if consistency is preferred let me know and I'll change them all to evaluate as long multiplication.
Sure thing! Change made as requested. Let me know if there's anything else to do.
Fixes #22 for boards that use 16-bit ints, where these multiplications would result in an overflow. Addressed by evaluating these as unsigned longs.
I left the smaller multiplications alone, but if consistency is preferred let me know and I'll change them all to evaluate as long multiplication.