Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r3d409ee7130063937dce719281bb072c87023d3f -rb61c8330905634762e69ed10fb6614a77552fd54 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 3d409ee7130063937dce719281bb072c87023d3f) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision b61c8330905634762e69ed10fb6614a77552fd54) @@ -1162,7 +1162,7 @@ F32 dopCurr; // only check current when we have A/C power - if ( FALSE == isACPowerLost() ) + if ( getCPLDACPowerLossDetected() != TRUE ) { // DialOut pump should be off if ( DIAL_OUT_PUMP_OFF_STATE == dialOutPumpState )