Skip to content

Commit 8b69878

Browse files
authored
Merge pull request #4223 from fpagliughi/canfd_fdf
Add new CANFD_FDF flag for the 'flags' field of 'canfd_frame'.
2 parents da95caa + 1012c51 commit 8b69878

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

+1
Original file line numberDiff line numberDiff line change
@@ -5307,6 +5307,7 @@ pub const CANFD_MAX_DLEN: usize = 64;
53075307

53085308
pub const CANFD_BRS: c_int = 0x01;
53095309
pub const CANFD_ESI: c_int = 0x02;
5310+
pub const CANFD_FDF: c_int = 0x04;
53105311

53115312
pub const CANXL_MIN_DLC: c_int = 0;
53125313
pub const CANXL_MAX_DLC: c_int = 2047;

0 commit comments

Comments
 (0)