Skip to content

Commit

Permalink
dumb 6
Browse files Browse the repository at this point in the history
  • Loading branch information
playfulFence committed Dec 19, 2024
1 parent 0b23469 commit 2a4455d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/i2c/master/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub enum ConfigError {
impl core::error::Error for ConfigError {}

impl core::fmt::Display for ConfigError {
fn fmt(&self, _f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
match self {
ConfigError::InvalidFrequency => write!(
f,
Expand Down

0 comments on commit 2a4455d

Please sign in to comment.