Skip to content

Commit

Permalink
#29 adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HusseinAbdelhamid committed Oct 14, 2024
1 parent c1931db commit 1568a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/can.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub trait CanController {
type Error;

/// Transmit CAN message
/// * `blocking`: if true, function blocks until TX fifo buffer is empty
/// * `blocking`: if true, function blocks until TX fifo buffer is empty and till TXREQ bit is cleared
fn transmit<const L: usize, T: MessageType<L>>(
&mut self,
message: &TxMessage<T, L>,
Expand Down

0 comments on commit 1568a6e

Please sign in to comment.