diff options
| author | Erik Bånvik <[email protected]> | 2024-03-05 01:06:04 +0100 |
|---|---|---|
| committer | Erik Bånvik <[email protected]> | 2024-03-05 01:06:04 +0100 |
| commit | 84935fbfab6a053113c135110ec4a1f4373ccfb3 (patch) | |
| tree | 1bf80f97a292f949bb8498f1f35024d2b428e714 | |
| parent | c00f014f18e7ade176ed29cc06070466079d8268 (diff) | |
More formatting
| -rw-r--r-- | embassy-nrf/src/radio/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-nrf/src/radio/mod.rs b/embassy-nrf/src/radio/mod.rs index 333dfb33d..487e52d79 100644 --- a/embassy-nrf/src/radio/mod.rs +++ b/embassy-nrf/src/radio/mod.rs | |||
| @@ -13,11 +13,11 @@ pub mod ieee802154; | |||
| 13 | 13 | ||
| 14 | use core::marker::PhantomData; | 14 | use core::marker::PhantomData; |
| 15 | 15 | ||
| 16 | use crate::{interrupt, pac, Peripheral}; | ||
| 17 | |||
| 18 | use pac::radio::state::STATE_A as RadioState; | 16 | use pac::radio::state::STATE_A as RadioState; |
| 19 | use pac::radio::txpower::TXPOWER_A as TxPower; | 17 | use pac::radio::txpower::TXPOWER_A as TxPower; |
| 20 | 18 | ||
| 19 | use crate::{interrupt, pac, Peripheral}; | ||
| 20 | |||
| 21 | /// RADIO error. | 21 | /// RADIO error. |
| 22 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] | 22 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] |
| 23 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 23 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
