Skip to content

Commit

Permalink
Expose len8_dlc field of can_frame struct on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Nov 25, 2024
1 parent dfc0023 commit f1e04fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ s_no_extra_traits! {
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 f1e04fc

Please sign in to comment.