|
PROGRAMMING PROBLEM HELP!
Hey as the title states i have a problem with mp lab and would like some assistance. I am using the FRC Code_2007_8722 and when i go to build the program i get this error message "C:\Documents and Settings\Christopher\Desktop\frc-code-2007-8722\FrcCode_2007_8722\user_SerialDrv.c:52:Error: syntax error"
and my code where te error supossively is :
"typedef DeviceStatus *DeviceStatusPtr;
//static PANEL_INPUT_RECORD dataIn; /* data input buffer (from Breaker Panel) */
static unsigned char IntState;
static panel_bitid bpFlags; [/color]
static DeviceStatus dcb[TOTAL_SERIAL_PORTS]; /* device control block */
unsigned char aBreakerWasTripped;
static char rom2ramBufr[12];
" with the error arrow at the line static panel.
What do i do? help please
Last edited by Chris1228 : 07-01-2008 at 21:50.
|