diff options
| author | Andres Oliva <[email protected]> | 2023-10-11 23:56:21 +0200 |
|---|---|---|
| committer | Andres Oliva <[email protected]> | 2023-10-11 23:56:21 +0200 |
| commit | 063e6f96daecf8f68a538c0f1904619d84333926 (patch) | |
| tree | 72b6430bac8fb25be5d6722624bcde9739c042dc | |
| parent | 4cec4b0548b6782e350bbea0579cdfb6f40d6623 (diff) | |
Remove outdated comment
| -rw-r--r-- | embassy-stm32/src/i2c/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32/src/i2c/mod.rs b/embassy-stm32/src/i2c/mod.rs index 204ad679d..dde1a5040 100644 --- a/embassy-stm32/src/i2c/mod.rs +++ b/embassy-stm32/src/i2c/mod.rs | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | use crate::interrupt; | 3 | use crate::interrupt; |
| 4 | 4 | ||
| 5 | // I2C V2 is gated on the `time` feature because timing facilities are necessary | ||
| 6 | // to provide timeout functionality in order to prevent some APIs from stalling indefinitely | ||
| 7 | #[cfg_attr(i2c_v1, path = "v1.rs")] | 5 | #[cfg_attr(i2c_v1, path = "v1.rs")] |
| 8 | #[cfg_attr(i2c_v2, path = "v2.rs")] | 6 | #[cfg_attr(i2c_v2, path = "v2.rs")] |
| 9 | mod _version; | 7 | mod _version; |
