Skip to content

Commit 987fd8d

Browse files
committed
Expose len8_dlc field of can_frame struct on Linux
1 parent aff3132 commit 987fd8d

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ s_no_extra_traits! {
15831583
pub can_dlc: u8,
15841584
__pad: u8,
15851585
__res0: u8,
1586-
__res1: u8,
1586+
pub len8_dlc: u8,
15871587
pub data: [u8; CAN_MAX_DLEN],
15881588
}
15891589

0 commit comments

Comments
 (0)