type correction
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
struct can_frame
|
struct can_frame
|
||||||
{
|
{
|
||||||
uint32_t can_id;
|
unsigned long can_id;
|
||||||
uint8_t can_dlc;
|
uint8_t can_dlc;
|
||||||
uint8_t data[8] __attribute__((aligned(8)));
|
uint8_t data[8] __attribute__((aligned(8)));
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user