Tool/software: TI C/C++ Compiler
I attached a screen-shot that shows this problem. The header file below does not include the header file that defines DEBUG_CONFIG_VARS_INCLUDED, so the precompilation-condition #if (DEBUG_CONFIG_VARS_INCLUDED == TRUE) should be evaluated as false, but it is not -- see the screen shot shows the definitions of IntegralHoldEnable and EnableSmoothing as not-grayed.
If we perform a clean-build, this is still not discovered; however if we edit this particular header-file, then this bug will be discovered. It would appear that clean does not re-evaluate all header files.
Thanks,
Jim