diff options
| author | Alexander Walter <[email protected]> | 2024-12-14 01:02:35 +0100 |
|---|---|---|
| committer | Alexander Walter <[email protected]> | 2024-12-14 01:02:35 +0100 |
| commit | c4f6509cf28e1a8c2401a67f771dd8b959ae7c49 (patch) | |
| tree | 0dd0bcecda4b708946f089471111395c7f51a715 | |
| parent | 6f08c62d5ddcbeba01e098e11b9bc4ed1dfa7cc2 (diff) | |
rustfmt
| -rw-r--r-- | embassy-nrf/src/power.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-nrf/src/power.rs b/embassy-nrf/src/power.rs index 66dfbae65..ab6460625 100644 --- a/embassy-nrf/src/power.rs +++ b/embassy-nrf/src/power.rs | |||
| @@ -2,10 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | #[cfg(feature = "nrf52840")] | 3 | #[cfg(feature = "nrf52840")] |
| 4 | use crate::chip::pac::NFCT; | 4 | use crate::chip::pac::NFCT; |
| 5 | |||
| 6 | #[cfg(feature = "nrf52840")] | 5 | #[cfg(feature = "nrf52840")] |
| 7 | use crate::chip::pac::POWER; | 6 | use crate::chip::pac::POWER; |
| 8 | |||
| 9 | #[cfg(any(feature = "nrf9160-s", feature = "nrf9160-ns"))] | 7 | #[cfg(any(feature = "nrf9160-s", feature = "nrf9160-ns"))] |
| 10 | use crate::chip::pac::REGULATORS; | 8 | use crate::chip::pac::REGULATORS; |
| 11 | 9 | ||
