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