diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-03-05 21:50:15 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-03-06 00:17:51 +0100 |
| commit | d113fcfe326bd338df2db7733fcf0ae9f230c594 (patch) | |
| tree | 3f7ee9082c6185a4e14adeeeffaecc98ef3c86fc /embassy-nrf/src/lib.rs | |
| parent | 96788ac93a1e98ef8d9d5e8d80d5102aef34d45d (diff) | |
nrf/rng: make available on all chips, use Instance trait, switch to new interrupt binding.
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index feefa2486..ee29ce20b 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -61,7 +61,7 @@ pub mod pwm; | |||
| 61 | pub mod qdec; | 61 | pub mod qdec; |
| 62 | #[cfg(any(feature = "nrf52840", feature = "_nrf5340-app"))] | 62 | #[cfg(any(feature = "nrf52840", feature = "_nrf5340-app"))] |
| 63 | pub mod qspi; | 63 | pub mod qspi; |
| 64 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] | 64 | #[cfg(not(any(feature = "_nrf5340-app", feature = "_nrf9160")))] |
| 65 | pub mod rng; | 65 | pub mod rng; |
| 66 | #[cfg(not(any(feature = "nrf52820", feature = "_nrf5340-net")))] | 66 | #[cfg(not(any(feature = "nrf52820", feature = "_nrf5340-net")))] |
| 67 | pub mod saadc; | 67 | pub mod saadc; |
