Skip to content

Commit 1f88773

Browse files
committed
Expose len8_dlc field of can_frame struct.
1 parent 7a012b6 commit 1f88773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/align.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ macro_rules! expand_align {
175175
pub can_dlc: u8,
176176
__pad: u8,
177177
__res0: u8,
178-
__res1: u8,
178+
pub len8_dlc: u8,
179179
pub data: [u8; CAN_MAX_DLEN],
180180
}
181181

0 commit comments

Comments
 (0)