Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rde91824d9790638e0a17fa0278d22a3f57ed28c3 -ref736ac366eb13b52b852c51309e7ae6b0942202 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision de91824d9790638e0a17fa0278d22a3f57ed28c3) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision ef736ac366eb13b52b852c51309e7ae6b0942202) @@ -950,7 +950,7 @@ U16 msgID; memcpy( &msgID, &pendingAckList[ i ].msg[ sizeof( U08 ) + sizeof( U16) ], sizeof( U16 ) ); - SET_ALARM_WITH_1_U32_DATA( ALARM_ID_CAN_MESSAGE_NOT_ACKED, (U32)msgID ); + //SET_ALARM_WITH_1_U32_DATA( ALARM_ID_CAN_MESSAGE_NOT_ACKED, (U32)msgID ); TODO uncomment this unit 2 raises this alarm no HD pendingAckList[ i ].used = FALSE; // take pending message off of list } }