aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-10-19 08:37:19 +0200
committerUlf Lilleengen <[email protected]>2021-10-19 08:37:19 +0200
commitdb3b315f9450579779976c08613de984ed14206d (patch)
tree09b10525401616b8d67c0f60ffb96a144715a234
parent2ef4a45fa0e153cb6435c4dc52f19108ca808cc7 (diff)
Cargo fmt
-rw-r--r--embassy-nrf/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs
index 120df99d5..961a97ce9 100644
--- a/embassy-nrf/src/lib.rs
+++ b/embassy-nrf/src/lib.rs
@@ -39,12 +39,12 @@ pub mod rng;
39#[cfg(not(feature = "nrf52820"))] 39#[cfg(not(feature = "nrf52820"))]
40pub mod saadc; 40pub mod saadc;
41pub mod spim; 41pub mod spim;
42#[cfg(not(feature = "nrf9160"))]
43pub mod temp;
42pub mod timer; 44pub mod timer;
43pub mod twim; 45pub mod twim;
44pub mod uarte; 46pub mod uarte;
45pub mod wdt; 47pub mod wdt;
46#[cfg(not(feature = "nrf9160"))]
47pub mod temp;
48 48
49// This mod MUST go last, so that it sees all the `impl_foo!` macros 49// This mod MUST go last, so that it sees all the `impl_foo!` macros
50#[cfg(feature = "nrf52805")] 50#[cfg(feature = "nrf52805")]