aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Valls Guimera <[email protected]>2022-11-11 23:49:20 +0100
committerRoman Valls Guimera <[email protected]>2022-11-11 23:49:20 +0100
commit10e3c3f2ec358da6d81f2bb9c05936c2ab6da567 (patch)
treed08f8fc9bc4f84cf6126d0df6d2f2a8fc9d421aa
parent4a2e810485a996014999ad630a604c3fe4fc81a4 (diff)
Cargo fmt
-rw-r--r--embassy-nrf/src/lib.rs6
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;
74pub mod gpio; 74pub mod gpio;
75#[cfg(feature = "gpiote")] 75#[cfg(feature = "gpiote")]
76pub mod gpiote; 76pub mod gpiote;
77#[cfg(any( 77#[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840",))]
78 feature = "nrf52832",
79 feature = "nrf52833",
80 feature = "nrf52840",
81))]
82pub mod i2s; 78pub mod i2s;
83#[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] 79#[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))]
84pub mod nvmc; 80pub mod nvmc;