Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r173e4fbf9bd750bccb2e758eb1c7ef36ed8db5a0 -rfb1673d2282822995ed233f3e9ea5dfb0567780d --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 173e4fbf9bd750bccb2e758eb1c7ef36ed8db5a0) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision fb1673d2282822995ed233f3e9ea5dfb0567780d) @@ -1115,9 +1115,9 @@ dopCurrErrorDurationCtr += TASK_PRIORITY_INTERVAL; if ( dopCurrErrorDurationCtr > DOP_MAX_CURR_ERROR_DURATION_MS ) { - #ifndef _RELEASE_ +#ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_MOTOR_CURRNT_CHECKS ) != SW_CONFIG_ENABLE_VALUE ) - #endif +#endif { SET_ALARM_WITH_1_F32_DATA( ALARM_ID_DIAL_OUT_PUMP_MC_CURRENT_CHECK, getMeasuredDialOutPumpMCCurrent() ); }