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")]