Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -r4ea1d6f81be132a2959ba1d11555102761b5f080 -rd05ec20825ed98eb4c9bfc3ff45f81894090a1ec --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 4ea1d6f81be132a2959ba1d11555102761b5f080) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision d05ec20825ed98eb4c9bfc3ff45f81894090a1ec) @@ -641,7 +641,7 @@ // Park concentrate pump too if requested #ifndef _RELEASE_ - if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONCENTRATE_PUMPS_PARK ) != SW_CONFIG_ENABLE_VALUE ) + if ( SW_CONFIG_DISABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONCENTRATE_PUMPS_PARK ) ) { if ( HW_CONFIG_BETA == getHardwareConfigStatus() ) {