diff options
| author | Ulf Lilleengen <[email protected]> | 2021-10-19 08:37:19 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-10-19 08:37:19 +0200 |
| commit | db3b315f9450579779976c08613de984ed14206d (patch) | |
| tree | 09b10525401616b8d67c0f60ffb96a144715a234 | |
| parent | 2ef4a45fa0e153cb6435c4dc52f19108ca808cc7 (diff) | |
Cargo fmt
| -rw-r--r-- | embassy-nrf/src/lib.rs | 4 |
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"))] |
| 40 | pub mod saadc; | 40 | pub mod saadc; |
| 41 | pub mod spim; | 41 | pub mod spim; |
| 42 | #[cfg(not(feature = "nrf9160"))] | ||
| 43 | pub mod temp; | ||
| 42 | pub mod timer; | 44 | pub mod timer; |
| 43 | pub mod twim; | 45 | pub mod twim; |
| 44 | pub mod uarte; | 46 | pub mod uarte; |
| 45 | pub mod wdt; | 47 | pub mod wdt; |
| 46 | #[cfg(not(feature = "nrf9160"))] | ||
| 47 | pub 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")] |
