Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -rd325999b7b3ea03b7e294cb8a0b97df93812fbe9 -rbae4aed1e77e9d1bfbc7e894e5331542460f6af7 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision d325999b7b3ea03b7e294cb8a0b97df93812fbe9) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision bae4aed1e77e9d1bfbc7e894e5331542460f6af7) @@ -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() ) {