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
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
#[derive(Copy, Clone, Debug, defmt::Format)]
|
||||
pub enum SpawnError {
|
||||
Busy,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user