View Single Post
  #1   Spotlight this post!  
Unread 05-02-2005, 12:33
incognito_NICK's Avatar
incognito_NICK incognito_NICK is offline
hidden in the corner
AKA: Nick Ferreira
#0179 (Children of the swamp (swampthing))
Team Role: Programmer
 
Join Date: Nov 2004
Rookie Year: 2002
Location: palm beach gardens
Posts: 15
incognito_NICK will become famous soon enough
Send a message via ICQ to incognito_NICK Send a message via AIM to incognito_NICK
Question error with adc.h

all of a sudden when i compile now i get this error:

C:\mcc18\h\adc.h:160:Error: syntax error

witch goes to this line in the code:

-> union ADCResult
{
int lr; // 2 bytes as a long
char br[2]; // 2 bytes as 2 chars
};

what should be done to correct this error?