Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -raf181317c8fc656d5be1d3b9444d81c8c7f154b3 -r87467f3b071eae26bc855e20e718acb159c648bb --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision af181317c8fc656d5be1d3b9444d81c8c7f154b3) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 87467f3b071eae26bc855e20e718acb159c648bb) @@ -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() ) {