Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -r632b2d868efba2aca7c694a9ff648753804a9671 -rb21d331f7b18cb2a1dacad78bd1049b31152f029 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 632b2d868efba2aca7c694a9ff648753804a9671) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision b21d331f7b18cb2a1dacad78bd1049b31152f029) @@ -98,7 +98,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.