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

@ -3,6 +3,7 @@
#[cfg_attr(feature = "_dma_v1", path = "v1.rs")]
#[cfg_attr(feature = "_dma_v2", path = "v2.rs")]
mod _version;
#[allow(unused)]
pub use _version::*;
use crate::pac;