Gate pub use _version::*
This commit is contained in:
parent
7b1cd42936
commit
ee93bbf1d4
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ use crate::interrupt;
|
||||||
#[cfg_attr(i2c_v1, path = "v1.rs")]
|
#[cfg_attr(i2c_v1, path = "v1.rs")]
|
||||||
#[cfg_attr(all(i2c_v2, feature = "time"), path = "v2.rs")]
|
#[cfg_attr(all(i2c_v2, feature = "time"), path = "v2.rs")]
|
||||||
mod _version;
|
mod _version;
|
||||||
|
|
||||||
|
#[cfg(any(i2c_v1, all(i2c_v2, feature = "time")))]
|
||||||
pub use _version::*;
|
pub use _version::*;
|
||||||
|
|
||||||
use crate::peripherals;
|
use crate::peripherals;
|
||||||
|
|
Loading…
Reference in a new issue