More formatting
This commit is contained in:
parent
c00f014f18
commit
84935fbfab
@ -13,11 +13,11 @@ pub mod ieee802154;
|
|||||||
|
|
||||||
use core::marker::PhantomData;
|
use core::marker::PhantomData;
|
||||||
|
|
||||||
use crate::{interrupt, pac, Peripheral};
|
|
||||||
|
|
||||||
use pac::radio::state::STATE_A as RadioState;
|
use pac::radio::state::STATE_A as RadioState;
|
||||||
use pac::radio::txpower::TXPOWER_A as TxPower;
|
use pac::radio::txpower::TXPOWER_A as TxPower;
|
||||||
|
|
||||||
|
use crate::{interrupt, pac, Peripheral};
|
||||||
|
|
||||||
/// RADIO 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))]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user