diff options
| -rw-r--r-- | embassy-nrf/src/lib.rs | 6 |
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; | |||
| 74 | pub mod gpio; | 74 | pub mod gpio; |
| 75 | #[cfg(feature = "gpiote")] | 75 | #[cfg(feature = "gpiote")] |
| 76 | pub mod gpiote; | 76 | pub mod gpiote; |
| 77 | #[cfg(any( | 77 | #[cfg(any(feature = "nrf52832", feature = "nrf52833", feature = "nrf52840",))] |
| 78 | feature = "nrf52832", | ||
| 79 | feature = "nrf52833", | ||
| 80 | feature = "nrf52840", | ||
| 81 | ))] | ||
| 82 | pub mod i2s; | 78 | pub mod i2s; |
| 83 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] | 79 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] |
| 84 | pub mod nvmc; | 80 | pub mod nvmc; |
