diff options
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 28d2119ae..e8762b00d 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -153,6 +153,7 @@ pub mod reset; | |||
| 153 | #[cfg(not(feature = "_nrf54l"))] | 153 | #[cfg(not(feature = "_nrf54l"))] |
| 154 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] | 154 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf91")))] |
| 155 | pub mod rng; | 155 | pub mod rng; |
| 156 | #[cfg(not(feature = "_nrf54l"))] | ||
| 156 | pub mod rtc; | 157 | pub mod rtc; |
| 157 | #[cfg(not(any(feature = "_nrf51", feature = "nrf52820", feature = "_nrf5340-net")))] | 158 | #[cfg(not(any(feature = "_nrf51", feature = "nrf52820", feature = "_nrf5340-net")))] |
| 158 | pub mod saadc; | 159 | pub mod saadc; |
