Maurizio Spagni - 2026-05-10

Sorry, I forgot the "code" attribute.

void main(void)
{
uint8_t FooOk = 30*8; // Ok
uint8_t Foo = 30*8 - 1; // error 158: overflow in implicit constant conversion
}
 

Last edit: Maurizio Spagni 2026-05-10