diff options
| author | Roman Valls Guimera <[email protected]> | 2022-11-11 23:49:20 +0100 |
|---|---|---|
| committer | Roman Valls Guimera <[email protected]> | 2022-11-11 23:49:20 +0100 |
| commit | 10e3c3f2ec358da6d81f2bb9c05936c2ab6da567 (patch) | |
| tree | d08f8fc9bc4f84cf6126d0df6d2f2a8fc9d421aa | |
| parent | 4a2e810485a996014999ad630a604c3fe4fc81a4 (diff) | |
Cargo fmt
| -rw-r--r-- | embassy-nrf/src/lib.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 95bd5831b..bdb911ecd 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -74,11 +74,7 @@ pub mod buffered_uarte; | |||
| 74 | pub mod gpio; | 74 | pub mod gpio; |
| 75 | #[cfg(feature = "gpiote")] | 75 | #[cfg(feature = "gpiote")] |
| 76 | pub mod gpiote; | 76 | pub mod gpiote; |
| 77 | #[cfg(any( | 77 | #[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840",))] |
| 78 | feature = "nrf52832", | ||
| 79 | feature = "nrf52833", | ||
| 80 | feature = "nrf52840", | ||
| 81 | ))] | ||
| 82 | pub mod i2s; | 78 | pub mod i2s; |
| 83 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] | 79 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] |
| 84 | pub mod nvmc; | 80 | pub mod nvmc; |
