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