|
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
|