Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -ra1feadda6016e12d363c47d3ebb9be2e91894168 -r8a3472c656bd3a2901397bcd2bfdcb5e4cf60647 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision a1feadda6016e12d363c47d3ebb9be2e91894168) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 8a3472c656bd3a2901397bcd2bfdcb5e4cf60647) @@ -599,7 +599,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() ) {