Gate pub use _version::*

This commit is contained in:
Andres Oliva 2023-10-11 22:45:54 +02:00
parent 7b1cd42936
commit ee93bbf1d4

View File

@ -7,6 +7,8 @@ use crate::interrupt;
#[cfg_attr(i2c_v1, path = "v1.rs")]
#[cfg_attr(all(i2c_v2, feature = "time"), path = "v2.rs")]
mod _version;
#[cfg(any(i2c_v1, all(i2c_v2, feature = "time")))]
pub use _version::*;
use crate::peripherals;