Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -rac305d5eedc7fb0e85adef5cd4aa34e58e94e3b8 -rc44e496a684e4ff1c1a19389873a46fd8181334e --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision ac305d5eedc7fb0e85adef5cd4aa34e58e94e3b8) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision c44e496a684e4ff1c1a19389873a46fd8181334e) @@ -598,7 +598,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() ) {