Fix RNG interrupt name
This commit is contained in:
@ -8,7 +8,7 @@ use embassy_extras::unborrow;
|
||||
use futures::future::poll_fn;
|
||||
use rand_core::{CryptoRng, RngCore};
|
||||
|
||||
use crate::interrupt;
|
||||
use crate::fmt::*;
|
||||
use crate::pac;
|
||||
|
||||
pub(crate) static RNG_WAKER: AtomicWaker = AtomicWaker::new();
|
||||
|
Reference in New Issue
Block a user