Skip to content

Commit

Permalink
dumb 4
Browse files Browse the repository at this point in the history
  • Loading branch information
playfulFence committed Dec 18, 2024
1 parent 1ee7ed9 commit 6a72b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp-hal/src/i2c/master/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ pub enum Error {
pub enum ConfigError {
/// Provided bus frequency is invalid for the current configuration.
InvalidFrequency,
/// The specified timeout passed to `Config` is invalid.
InvalidTimeout,
}

Expand Down

0 comments on commit 6a72b75

Please sign in to comment.