Merge pull request #2215 from andresv/stm32-allow-eha-without-time

stm32 i2c: allow EHA traits without time feature
This commit is contained in:
Dario Nieuwenhuis 2023-11-24 15:34:44 +00:00 committed by GitHub
commit e8ff5a2baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 { mod eha {
use super::super::{RxDma, TxDma}; use super::super::{RxDma, TxDma};
use super::*; use super::*;