Skip to content

Commit

Permalink
Merge pull request #4223 from fpagliughi/canfd_fdf
Browse files Browse the repository at this point in the history
Add new CANFD_FDF flag for the 'flags' field of 'canfd_frame'.
  • Loading branch information
tgross35 authored Dec 31, 2024
2 parents da95caa + 1012c51 commit 8b69878
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 8b69878

Please sign in to comment.