|
Re: 180:Error: syntax error help!
You did change..
void Process_Data_From_Local_IO(void) //}
{ //}
/* Add code here that you want to be executed every program loop. */ //}
; //}
} //}
to
void Process_Data_From_Local_IO(void)
{
}
because there is a crap load of garbage in the one you had, how did that get like that?
|