What's an l-value
Posted: Tue May 18, 2010 11:20 am
I'm trying to create a flowcode c block which contains the following code:
PORTA = 0x00;
I get the error "left operand should be an l-value".
Any idea what I'm doing wrong ?
PORTA = 0x00;
I get the error "left operand should be an l-value".
Any idea what I'm doing wrong ?