diff options
| -rw-r--r-- | embassy-stm32/src/i2c/v2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/i2c/v2.rs b/embassy-stm32/src/i2c/v2.rs index 062a6225f..40bcaa9bc 100644 --- a/embassy-stm32/src/i2c/v2.rs +++ b/embassy-stm32/src/i2c/v2.rs | |||
| @@ -1187,7 +1187,7 @@ mod eh1 { | |||
| 1187 | } | 1187 | } |
| 1188 | } | 1188 | } |
| 1189 | 1189 | ||
| 1190 | #[cfg(all(feature = "unstable-traits", feature = "nightly", feature = "time"))] | 1190 | #[cfg(all(feature = "unstable-traits", feature = "nightly"))] |
| 1191 | mod eha { | 1191 | mod eha { |
| 1192 | use super::super::{RxDma, TxDma}; | 1192 | use super::super::{RxDma, TxDma}; |
| 1193 | use super::*; | 1193 | use super::*; |
