Index: firmware/App/Controllers/ConcentratePumps.c =================================================================== diff -u -r07c5d9c6b291789b128868aed03856d6f890ef5d -r4d364420c08743808916d42276823773d9329682 --- firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 07c5d9c6b291789b128868aed03856d6f890ef5d) +++ firmware/App/Controllers/ConcentratePumps.c (.../ConcentratePumps.c) (revision 4d364420c08743808916d42276823773d9329682) @@ -562,10 +562,8 @@ // Park concentrate pump too if requested #ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONCENTRATE_PUMPS_PARK ) ) -#endif + if ( SW_CONFIG_DISABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_CONCENTRATE_PUMPS_PARK ) ) { -#ifndef _RELEASE_ if ( HW_CONFIG_BETA == getHardwareConfigStatus() ) { if ( TRUE == parkPump ) @@ -595,7 +593,9 @@ } } } +#ifndef _RELEASE_ } +#endif } /*********************************************************************//**