stm32 i2c: allow EHA traits without time feature

This commit is contained in:
Andres Vahter 2023-11-24 15:56:19 +02:00
parent 738971938a
commit 4f8c79c911

View File

@ -1187,7 +1187,7 @@ mod eh1 {
}
}
#[cfg(all(feature = "unstable-traits", feature = "nightly", feature = "time"))]
#[cfg(all(feature = "unstable-traits", feature = "nightly"))]
mod eha {
use super::super::{RxDma, TxDma};
use super::*;