From db3b315f9450579779976c08613de984ed14206d Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Tue, 19 Oct 2021 08:37:19 +0200 Subject: [PATCH] Cargo fmt --- embassy-nrf/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 120df99d..961a97ce 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs @@ -39,12 +39,12 @@ pub mod rng; #[cfg(not(feature = "nrf52820"))] pub mod saadc; pub mod spim; +#[cfg(not(feature = "nrf9160"))] +pub mod temp; pub mod timer; pub mod twim; pub mod uarte; pub mod wdt; -#[cfg(not(feature = "nrf9160"))] -pub mod temp; // This mod MUST go last, so that it sees all the `impl_foo!` macros #[cfg(feature = "nrf52805")]