stm32 i2c: allow EHA traits without time feature
This commit is contained in:
parent
738971938a
commit
4f8c79c911
@ -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::*;
|
||||
|
Loading…
Reference in New Issue
Block a user