forked from nuttx/nuttx-update
nuttx/can.h: delete "begin_packed_struct" and "end_packed_struct" qualifier
Signed-off-by: zhaohaiyang1 <zhaohaiyang1@xiaomi.com>
This commit is contained in:
parent
097543681a
commit
0913fa4b73
1 changed files with 2 additions and 2 deletions
|
@ -622,11 +622,11 @@ begin_packed_struct struct can_hdr_s
|
|||
} end_packed_struct;
|
||||
#endif
|
||||
|
||||
begin_packed_struct struct can_msg_s
|
||||
struct can_msg_s
|
||||
{
|
||||
struct can_hdr_s cm_hdr; /* The CAN header */
|
||||
uint8_t cm_data[CAN_MAXDATALEN]; /* CAN message data (0-8 byte) */
|
||||
} end_packed_struct;
|
||||
};
|
||||
|
||||
/* This structure defines a CAN message FIFO. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue