fix: radio error

This commit is contained in:
Guilherme S. Salustiano 2024-02-28 14:54:54 +01:00
parent b4f0f57538
commit 368b3a9aaf

View file

@ -15,7 +15,7 @@ use crate::interrupt::typelevel::Interrupt;
use crate::radio::*;
use crate::util::slice_in_ram_or;
/// UART error.
/// RADIO error.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
#[non_exhaustive]