View Single Post
  #6   Spotlight this post!  
Unread 04-02-2007, 00:01
bear24rw's Avatar
bear24rw bear24rw is offline
Team 11 Programming Captain
AKA: Max T
FRC #0011 (MORT)
Team Role: Programmer
 
Join Date: Sep 2005
Rookie Year: 2005
Location: Flanders, NJ
Posts: 385
bear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to beholdbear24rw is a splendid one to behold
Send a message via AIM to bear24rw
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?