Skip to content

Commit

Permalink
fixup! feat(arch): introduce riot-rs-arch dispatch crate
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Oct 24, 2024
1 parent 3ad8506 commit be05a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/riot-rs-arch/src/dummy/i2c/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub enum I2c {
}

/// MCU-specific I2C bus frequency.
#[allow(clippy::manual_non_exhaustive)]
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum Frequency {
/// Standard mode.
Expand Down

0 comments on commit be05a80

Please sign in to comment.