Index: firmware/App/Services/SystemComm.h =================================================================== diff -u -r90f6438e80dbe0a32472a076a0d1bc54db65d15a -rbe83f01a4d54cbd0d92b68cb95a15dcbb06a9a51 --- firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 90f6438e80dbe0a32472a076a0d1bc54db65d15a) +++ firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision be83f01a4d54cbd0d92b68cb95a15dcbb06a9a51) @@ -27,7 +27,7 @@ #define CAN_MESSAGE_PAYLOAD_SIZE 8 #define PC_MESSAGE_PACKET_SIZE 8 -typedef COMM_BUFFER_T CAN_MESSAGE_BOX_T; // the first 10 comm buffers align with the 10 active CAN message boxes +typedef COMM_BUFFER_T CAN_MESSAGE_BOX_T; // the first 12 comm buffers align with the 12 active CAN message boxes // ********** public function prototypes **********