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

@ -8,7 +8,6 @@ use embassy_extras::unborrow;
use futures::future::poll_fn;
use rand_core::{CryptoRng, RngCore};
use crate::fmt::*;
use crate::pac;
pub(crate) static RNG_WAKER: AtomicWaker = AtomicWaker::new();