Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -rc38c6d64b5f4df1fe08e2daabb37d3a7a483a4be -r3d413ac026e89a1324c4b0e99516735ec382fed8 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision c38c6d64b5f4df1fe08e2daabb37d3a7a483a4be) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 3d413ac026e89a1324c4b0e99516735ec382fed8) @@ -356,7 +356,7 @@ else { concentratePumps[ pumpId ].direction = CONCENTRATE_PUMP_REVERSE_DIR; // For V3 - concentratePumps[ pumpId ].controlSet = CONCENTRATE_PUMP_CONTROL_REVERSE; // For DV + concentratePumps[ pumpId ].controlSet = CONCENTRATE_PUMP_CONTROL_REVERSE; // For DVT targetSpeed_ml_min *= -1.0; } @@ -497,6 +497,7 @@ if ( TRUE == concentratePumps[ pumpId ].hasTurnOnPumpsBeenRequested ) { U08 controlSet = 0; + #ifndef _RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_ENABLE_V3_SYSTEM ) ) {