Index: firmware/App/Services/SystemComm.h =================================================================== diff -u -reff7b1575f008f81b29ef906f6346fac6012d3ab -r90f6438e80dbe0a32472a076a0d1bc54db65d15a --- firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision eff7b1575f008f81b29ef906f6346fac6012d3ab) +++ firmware/App/Services/SystemComm.h (.../SystemComm.h) (revision 90f6438e80dbe0a32472a076a0d1bc54db65d15a) @@ -24,7 +24,7 @@ #define MESSAGE_SYNC_BYTE 0xA5 -#define CAN_MESSAGE_CARGO_SIZE 8 +#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