Fix warnings for embassy-stm32 and embassy-stm32-examples

This commit is contained in:
Lucas Kent
2021-05-20 18:54:10 +10:00
committed by Rukai
parent b5cdd296dd
commit 82f9242df2
18 changed files with 49 additions and 23 deletions

View File

@ -9,8 +9,6 @@
// This must go FIRST so that all the other modules see its macros.
pub mod fmt;
use embassy::interrupt::{Interrupt, InterruptExt};
#[cfg(feature = "_dma")]
pub mod dma;
pub mod exti;