Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r850950d51f589845f157aa6e883b8c7588479c9d -raf84c85045369aed91711afea71360280fd54c94 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 850950d51f589845f157aa6e883b8c7588479c9d) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision af84c85045369aed91711afea71360280fd54c94) @@ -99,7 +99,6 @@ COMM_BUFFER_IN_CAN_UI_BROADCAST, COMM_BUFFER_IN_CAN_PC, }; -//extern U32 loadcellDataMessageFreshStatusCounter = 0; ///< Counter use to trigger alarm if no fresh load cell data message is received - DN-22AUG2022 static U08 lastCANPacketSent[ CAN_MESSAGE_PAYLOAD_SIZE ]; ///< Keep last packet sent on CAN bus in case we need to re-send. static CAN_MESSAGE_BOX_T lastCANPacketSentChannel = (CAN_MESSAGE_BOX_T)0; ///< Keep channel last packet was sent on CAN bus in case we need to re-send.