Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r4c8fb9738f785e8c786e8323d7327aa11d18ceb9 -r2fa2467ff29d05346bcb1586f2ed339f34d853b2 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 4c8fb9738f785e8c786e8323d7327aa11d18ceb9) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 2fa2467ff29d05346bcb1586f2ed339f34d853b2) @@ -766,10 +766,8 @@ { if ( TRUE == didTimeout( timeOfLastDGCheckIn, DG_COMM_TIMEOUT_IN_MS ) ) { -#ifndef RUN_WITHOUT_DG activateAlarmNoData( ALARM_ID_DG_COMM_TIMEOUT ); dgIsCommunicating = FALSE; -#endif } } else // Otherwise clear the alarm