Skip to content

Commit

Permalink
Update src/can.rs
Browse files Browse the repository at this point in the history
Add missing function documentation

Co-authored-by: Marius Meißner <[email protected]>
  • Loading branch information
HusseinAbdelhamid and marius-meissner authored Sep 23, 2024
1 parent 9f1b893 commit 5457c89
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 {

/// Receive CAN message
fn receive<const L: usize>(&mut self, data: &mut [u8; L]) -> Result<(), Self::Error>;

/// Set corresponding filter and mask registers
fn set_filter_object(&mut self, filter: Filter) -> Result<(), Self::Error>;
}

Expand Down

0 comments on commit 5457c89

Please sign in to comment.