Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r1e1576d7b9653037829d1d4f834c1077a63fe3fe -rfb1673d2282822995ed233f3e9ea5dfb0567780d --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 1e1576d7b9653037829d1d4f834c1077a63fe3fe) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision fb1673d2282822995ed233f3e9ea5dfb0567780d) @@ -1255,9 +1255,9 @@ dipCurrErrorDurationCtr += TASK_PRIORITY_INTERVAL; if ( dipCurrErrorDurationCtr > DIP_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_IN_PUMP_MC_CURRENT_CHECK, getMeasuredDialInPumpMCCurrent() ); }