Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Aug 15, 2024
1 parent 02ec2c9 commit c631895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isotp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub struct IsoTPConfig {
pub fd: bool,
/// Extended address
pub ext_address: Option<u8>,
/// Max data length. Will use default of 8 (CAN) or 64 (CAN-FD)
/// Max data length. Will use default of 8 (CAN) or 64 (CAN-FD) if not set
pub max_dlen: Option<usize>,
}

Expand Down

0 comments on commit c631895

Please sign in to comment.