Fixes #374: Ensure Rng's error is defmt-able.
This commit is contained in:
parent
8263627fe1
commit
dc394dd477
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ use crate::peripherals;
|
||||||
|
|
||||||
pub(crate) static RNG_WAKER: AtomicWaker = AtomicWaker::new();
|
pub(crate) static RNG_WAKER: AtomicWaker = AtomicWaker::new();
|
||||||
|
|
||||||
|
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||||
pub enum Error {
|
pub enum Error {
|
||||||
SeedError,
|
SeedError,
|
||||||
ClockError,
|
ClockError,
|
||||||
|
|
Loading…
Reference in a new issue