AliBahar
Member level 2
Hi friends,
I have written the below code which is compiled with codevisionAVR:
data is the name of an array and it's type is unsigned char;
but this error appears:illegal symbol.
I have written the below code which is compiled with codevisionAVR:
Code:
typedef struct {
unsigned char QAddrHi;
unsigned char QAddrLo;
unsigned char QcountHi;
unsigned char QcountLo;
unsigned char RByteCount;
unsigned int RNum;
unsigned char RData[NumDefault];
} IOData;
IOData.QAddressHi=*data;
data is the name of an array and it's type is unsigned char;
but this error appears:illegal symbol.