remove qei trait

This commit is contained in:
xoviat
2021-04-02 13:52:31 -05:00
parent 388558263b
commit 6f0fb6cab1
5 changed files with 1 additions and 116 deletions

View File

@ -109,7 +109,7 @@ pub mod rtc;
feature = "stm32f469",
feature = "stm32f479",
))]
pub use f4::{qei, serial};
pub use f4::serial;
#[cfg(any(
feature = "stm32f401",