Index: firmware/App/Services/SystemComm.h =================================================================== diff -u -r6a414654391c1729525d55812abbf111ddef7d6a -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 6a414654391c1729525d55812abbf111ddef7d6a) +++ firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -44,7 +44,7 @@ #define MIN_MSG_SEQ_NO 0x0001 ///< Minimum sequence number for Denali message. #define MAX_ACK_MSG_SIZE ( sizeof( MESSAGE_WRAPPER_T ) + 1 + CAN_MESSAGE_PAYLOAD_SIZE ) ///< Maximum size (in bytes) of Denali message including full (wrapped) message + sync + any CAN padding) -typedef COMM_BUFFER_T CAN_MESSAGE_BOX_T; ///< the CAN comm buffers align with the active CAN message boxes +typedef COMM_BUFFER_T CAN_MESSAGE_BOX_T; ///< The CAN comm buffers align with the active CAN message boxes // ********** public function prototypes **********