defmt feature doesn't really exist here
This commit is contained in:
parent
a2e73cb549
commit
53a064445f
@ -65,8 +65,7 @@ pub struct Task<F: Future + 'static> {
|
|||||||
future: UninitCell<F>, // Valid if STATE_RUNNING
|
future: UninitCell<F>, // Valid if STATE_RUNNING
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug, defmt::Format)]
|
||||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
|
||||||
pub enum SpawnError {
|
pub enum SpawnError {
|
||||||
Busy,
|
Busy,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user