Skip to content

Commit 6f676aa

Browse files
fpagliughitgross35
authored andcommitted
Added new CANFD_FDF flag for the flags field of canfd_frame.
(backport <#4223>) (cherry picked from commit 1012c51)
1 parent 30309eb commit 6f676aa

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5256,6 +5256,7 @@ pub const CANFD_MAX_DLEN: usize = 64;
52565256

52575257
pub const CANFD_BRS: c_int = 0x01;
52585258
pub const CANFD_ESI: c_int = 0x02;
5259+
pub const CANFD_FDF: c_int = 0x04;
52595260

52605261
pub const CANXL_MIN_DLC: c_int = 0;
52615262
pub const CANXL_MAX_DLC: c_int = 2047;

0 commit comments

Comments
 (0)