Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ bitflags! {
const CAN_ISOTP_FORCE_RXSTMIN = 0x100;
/// different rx extended addressing
const CAN_ISOTP_RX_EXT_ADDR = 0x200;
/// wait for tx completion
const CAN_ISOTP_WAIT_TX_DONE = 0x400;
}
}

Expand Down