diff options
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index bc70fc2f6..ac797db9b 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -74,6 +74,8 @@ 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(all(feature = "i2s", feature = "nrf52840"))] | ||
| 78 | pub mod i2s; | ||
| 77 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] | 79 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] |
| 78 | pub mod nvmc; | 80 | pub mod nvmc; |
| 79 | #[cfg(any( | 81 | #[cfg(any( |
