Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dstric-aqueduct committed Nov 22, 2022
1 parent 83c0c2a commit 0ef6987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imxrt1060-hal/src/can/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ where
}
}

fn set_max_mailbox(&mut self, last: u8) {
pub fn set_max_mailbox(&mut self, last: u8) {
let last = match last {
_l if last >= 64 => 63,
_l if last <= 1 => 0,
Expand Down

0 comments on commit 0ef6987

Please sign in to comment.