To align structure size with the mailbox firmware, the mailbox event enum needs to be packed
This commit is contained in:
parent
8615d2db41
commit
9b03c9de9d
@ -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