type correction

This commit is contained in:
Marcel Peterkau 2022-02-15 23:27:25 +01:00
parent 16ec5d6e6d
commit b361db164d

View File

@ -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)));
}; };