OS test: Mark some constants as long to avoid overflow when used the AVR8. ...
OS test: Mark some constants as long to avoid overflow when used the AVR8. Example, 500*1000 overflows when type int is only 16-bits, but 500*1000L avoids the overflow
parent
50f44f23
Please register or sign in to comment