Skip to content

Commit

Permalink
Expose len8_dlc field of can_frame struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Sep 19, 2023
1 parent 7a012b6 commit 85dbb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/align.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ macro_rules! expand_align {
pub can_dlc: u8,
__pad: u8,
__res0: u8,
__res1: u8,
pub len8_dlc: u8,
pub data: [u8; CAN_MAX_DLEN],
}

Expand Down

0 comments on commit 85dbb12

Please sign in to comment.