Index: firmware/App/Modes/ModeFault.c =================================================================== diff -u -r0a61f7fa5ff6945ebc2e507d8ecb71a652c38eaa -ra50b999266616eb3d0661846cd31bb395c8a7e12 --- firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision 0a61f7fa5ff6945ebc2e507d8ecb71a652c38eaa) +++ firmware/App/Modes/ModeFault.c (.../ModeFault.c) (revision a50b999266616eb3d0661846cd31bb395c8a7e12) @@ -123,12 +123,7 @@ signalBloodPumpHardStop(); signalDialInPumpHardStop(); signalDialOutPumpHardStop(); -#ifndef _RELEASE_ - if ( SW_CONFIG_DISABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_AIR_PUMP ) ) -#endif - { - setAirPumpState( AIR_PUMP_STATE_OFF ); - } + setAirPumpState( AIR_PUMP_STATE_OFF ); // Ensure all valves are in safe position setValveAirTrap( STATE_CLOSED );