uint64_t data buffer access
This commit is contained in:
parent
a62dddde18
commit
1b6508346e
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ typedef struct {
|
|||
union {
|
||||
uint8_t u8[8]; /**< \brief Payload byte access*/
|
||||
uint32_t u32[2]; /**< \brief Payload u32 access*/
|
||||
uint64_t u64; /**< \brief Payload u64 access*/
|
||||
} data;
|
||||
} CAN_frame_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue