Remove outdated comment
This commit is contained in:
parent
4cec4b0548
commit
063e6f96da
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
use crate::interrupt;
|
use crate::interrupt;
|
||||||
|
|
||||||
// I2C V2 is gated on the `time` feature because timing facilities are necessary
|
|
||||||
// to provide timeout functionality in order to prevent some APIs from stalling indefinitely
|
|
||||||
#[cfg_attr(i2c_v1, path = "v1.rs")]
|
#[cfg_attr(i2c_v1, path = "v1.rs")]
|
||||||
#[cfg_attr(i2c_v2, path = "v2.rs")]
|
#[cfg_attr(i2c_v2, path = "v2.rs")]
|
||||||
mod _version;
|
mod _version;
|
||||||
|
Loading…
Reference in New Issue
Block a user