.
...
case stop:_delay_ms(100);break;
as local variable in Main this is declared
char stop=0;
gives this fault
Severity Code Description Project File Line
Error case label does not reduce to an integer constant
solution redeclare the char stop to f.ex. stop1
Ingen kommentarer:
Send en kommentar