Home galaxy
galaxy
galaxy galaxy galaxy
spacer
spacer
Arrow
spacer
Arrow
spacer
Audit: 'itlc' compiler Error
spacer
Compiler error on... Workaround
if / then nested blocs Break the if/then blocs so you have 16 or less levels.
for () statement with no barckets

Insert brackets around the line to be executed in loop.

e.g:
for(i=0;i<10;i++) do_action();

Becomes:

for(i=0;i<10;i++)
{
do_action();
}

None of the above... contact support.audit@galaxysemi.com
 
 
spacer