fix: radio error
This commit is contained in:
parent
b4f0f57538
commit
368b3a9aaf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use crate::interrupt::typelevel::Interrupt;
|
||||||
use crate::radio::*;
|
use crate::radio::*;
|
||||||
use crate::util::slice_in_ram_or;
|
use crate::util::slice_in_ram_or;
|
||||||
|
|
||||||
/// UART error.
|
/// RADIO error.
|
||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue