View Single Post
  #3   Spotlight this post!  
Unread 07-01-2008, 22:01
Chris1228 Chris1228 is offline
Registered User
FRC #1228
 
Join Date: Sep 2007
Location: Rahway, NJ
Posts: 22
Chris1228 will become famous soon enough
Re: PROGRAMMING PROBLEM HELP!

typedef DeviceStatus *DeviceStatusPtr;

//static PANEL_INPUT_RECORD dataIn; /* data input buffer (from Breaker Panel) */
static unsigned char IntState;
static panel_bitid bpFlags;

static DeviceStatus dcb[TOTAL_SERIAL_PORTS]; /* device control block */
unsigned char aBreakerWasTripped;
static char rom2ramBufr[12];

"sorry that color part was a typo" see anything else wrong? i really need 2 fix this problem
Reply With Quote