Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -r0dc0ea11f55be52283cbe40020d097ade139bc57 -r8c7e10597b4af915bc7f5412eb63f905240c7ccf --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 0dc0ea11f55be52283cbe40020d097ade139bc57) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 8c7e10597b4af915bc7f5412eb63f905240c7ccf) @@ -669,7 +669,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() ) {