More formatting
This commit is contained in:
parent
c00f014f18
commit
84935fbfab
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ pub mod ieee802154;
|
|||
|
||||
use core::marker::PhantomData;
|
||||
|
||||
use crate::{interrupt, pac, Peripheral};
|
||||
|
||||
use pac::radio::state::STATE_A as RadioState;
|
||||
use pac::radio::txpower::TXPOWER_A as TxPower;
|
||||
|
||||
use crate::{interrupt, pac, Peripheral};
|
||||
|
||||
/// RADIO error.
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||
|
|
Loading…
Reference in a new issue