To align structure size with the mailbox firmware, the mailbox event enum needs to be packed
This commit is contained in:
parent
0d84ac8729
commit
84929446cc
@ -30,7 +30,7 @@ typedef enum
|
||||
MAILBOX_COLLECTED,
|
||||
MAILBOX_TEST,
|
||||
MAILBOX_UNKNOWN,
|
||||
} MAILBOX_EVENT_e;
|
||||
} __attribute__((__packed__)) MAILBOX_EVENT_e;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user