Index: firmware/App/Modes/ModeFill.c =================================================================== diff -u -r18541445702eb8c97b235d17c93c01d956c88dd1 -r2f7745ccdb84c09134a43a9b8ca87f619135c478 --- firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 18541445702eb8c97b235d17c93c01d956c88dd1) +++ firmware/App/Modes/ModeFill.c (.../ModeFill.c) (revision 2f7745ccdb84c09134a43a9b8ca87f619135c478) @@ -243,7 +243,7 @@ setValveState( VDR, VALVE_STATE_DRAIN_C_TO_NO ); setValveState( VPO, VALVE_STATE_NOFILL_C_TO_NO ); -#if !defined(_DEBUG_) && !defined (_RELEASE_) && !defined (_VECTORCAST_) +#if !defined(DEBUG_ENABLED) && !defined (_RELEASE_) && !defined (_VECTORCAST_) // Compile this part of code only if it is not debug, release, or VectorCAST. This is to make sure this part of code is not compiled // and instrumented in VectorCAST // Reset the state machine