24-10-2013, 10:17 PM
Hello everyone,
I am having a problem with rule 12.4 (Do not use expressions with side effects in the right hand operand of a logical '&&' operator). My code is as follows:
[code]if ((DualDAC == 0) && (ADC1Flag
I am having a problem with rule 12.4 (Do not use expressions with side effects in the right hand operand of a logical '&&' operator). My code is as follows:
[code]if ((DualDAC == 0) && (ADC1Flag
<t></t>