Skip to content

Commit

Permalink
Merge pull request #716 from jannic/revert-705
Browse files Browse the repository at this point in the history
Revert "Make i2c::controller pub again"
  • Loading branch information
ithinuel authored Nov 19, 2023
2 parents aecf366 + dc5525c commit 1406331
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rp2040-hal/src/i2c.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ use crate::{
typelevel::Sealed,
};

/// Controller implementaion
///
/// This is only pub for historical reasons, to stay semver compatible with v0.9.0.
/// It should be made private before releasing v0.10.0.
pub mod controller;
mod controller;
pub mod peripheral;

/// Pac I2C device
Expand Down

0 comments on commit 1406331

Please sign in to comment.