Fix
This commit is contained in:
parent
f3bb348f2a
commit
f24c38f2a4
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,8 @@ use core::marker::PhantomData;
|
|||
use embassy::util::Unborrow;
|
||||
use embassy_extras::unborrow;
|
||||
|
||||
#[derive(Debug, defmt::Format)]
|
||||
#[derive(Debug)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
pub enum Error {
|
||||
UnconfiguredChannel,
|
||||
InvalidValue,
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6cc69700e38459c6432b02e31831c252c4dbf606
|
||||
Subproject commit ced687a382fa8b641af568dadc71af7abe62d5cd
|
Loading…
Reference in a new issue