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

C51 V6.12 BUG Report !

C51 V6.12 BUG Report !

void main(void)
{
unsigned char a_b[5][7];
unsigned char ab[5];
}

Builded it,then error!

Seem to a_b-->ab ,the '_' has been del?

0