Merge pull request #377 from bobmcwhirter/rng_defmt
Fixes #374: Ensure Rng's error is defmt-able.
This commit is contained in:
		| @@ -13,6 +13,7 @@ use crate::peripherals; | ||||
|  | ||||
| pub(crate) static RNG_WAKER: AtomicWaker = AtomicWaker::new(); | ||||
|  | ||||
| #[cfg_attr(feature = "defmt", derive(defmt::Format))] | ||||
| pub enum Error { | ||||
|     SeedError, | ||||
|     ClockError, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user