This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

getting errors with bdata of type char

iam trying to access char bdata buff1[10]
but getting some syntax errors. i wrote the code as below to access the array

char bdata buff[10]; bit arr07=1;

sbit mybit4 unsigned int i=0; for(i=0;i<=10;i++)
{ mybit4 = buff[i] ^ 4; buff[i]^4=(buff[i]^4&arr07);
}

0