I have this User Code in OperatorControl immediately after the Variable block:
Code:
rom const unsigned char L3[] = {000,001};
There is a compile error "local 'L3' in program memory can not be auto". This is just a test before I use larger arrays - what's wrong with the code?