Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -rd0536d759cb33f099357033c3429401ff1637d26 -r61b60913fe96f6b4436211f76c443e8d518006d1 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision d0536d759cb33f099357033c3429401ff1637d26) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 61b60913fe96f6b4436211f76c443e8d518006d1) @@ -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() ) {