Skip to content

Commit

Permalink
Added new CANFD_FDF flag for the flags field of canfd_frame.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagliughi committed Dec 27, 2024
1 parent 4869273 commit 1012c51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux_like/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5307,6 +5307,7 @@ pub const CANFD_MAX_DLEN: usize = 64;

pub const CANFD_BRS: c_int = 0x01;
pub const CANFD_ESI: c_int = 0x02;
pub const CANFD_FDF: c_int = 0x04;

pub const CANXL_MIN_DLC: c_int = 0;
pub const CANXL_MAX_DLC: c_int = 2047;
Expand Down

0 comments on commit 1012c51

Please sign in to comment.