Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -rc1d5811ec6c4c0005870ef1fb955eb5b6b2ec27c -r19370200e3c8c62afc52dd76cc3521c103ca8f74 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision c1d5811ec6c4c0005870ef1fb955eb5b6b2ec27c) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 19370200e3c8c62afc52dd76cc3521c103ca8f74) @@ -632,7 +632,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() ) {