Image is quite self explanatory.
Symbol "CALIBRATE" is not defined, and the code is greyed out, yet single stepping goes into this code. I am not sure if the debugger is misaligned with the file or the code is REALLY compiled in.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Image is quite self explanatory.
Symbol "CALIBRATE" is not defined, and the code is greyed out, yet single stepping goes into this code. I am not sure if the debugger is misaligned with the file or the code is REALLY compiled in.
Another way to check if that code is getting compiled into your application is to put a syntax error in it. If CALIBRATE is undefined then the error will be ignored. If it is compiled then you will get a error from the compiler.