Shouldn't I receive an error message for doing this?
unsigned char n = -500;
//or this
Byte n = -500;
This shouldn't even compile!
Shouldn't I receive an error message for doing this?
unsigned char n = -500;
//or this
Byte n = -500;
This shouldn't even compile!
Enable SIGN_COMPARE from Build Settings of your target and test.
