|
|
@@ -93,7 +93,7 @@ typedef struct
|
|
|
uint32_t id_type; /* CAN Frame Id Type `cbus_id_type` */
|
|
|
uint16_t fr_format; /* CAN Frame Format `cbus_fr_format` */
|
|
|
uint16_t dlc; /* Size of data */
|
|
|
- uint8_t dt[64]; /* Actual data of the frame */
|
|
|
+ uint8_t dt[8]; /* Actual data of the frame */
|
|
|
} canbus_frame_t;
|
|
|
#endif
|
|
|
|