Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -r7d4711edd7b40cd3e29f43e766f79a8a09586fe9 -r6aeb55fc06ec5d67c24596986a22d909bfc91943 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 7d4711edd7b40cd3e29f43e766f79a8a09586fe9) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 6aeb55fc06ec5d67c24596986a22d909bfc91943) @@ -646,7 +646,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() ) {