Add time feature back and gate i2c on time

This commit is contained in:
Andres Oliva
2023-10-11 22:12:03 +02:00
parent cd12c9cbce
commit bfcca79c1e
2 changed files with 5 additions and 5 deletions

View File

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