diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-03-05 03:19:11 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-05 03:19:11 +0100 |
| commit | bf013be9ba51c50ff6ad16b38dede08387b4e117 (patch) | |
| tree | c46141ee3f07f011bd74e90a7990a15c9fccc72d /embassy-nrf/src/lib.rs | |
| parent | d91efe3e6252336a6e226700ca72afef2e13abc0 (diff) | |
| parent | f7dfc49c5c40d70852d6d3c7313973adf97e4716 (diff) | |
Merge pull request #1232 from embassy-rs/nrf-qspi-fixes
nrf/qspi: nrf53 support, u32 addrs, remove const generic, add raw read/write.
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 6b7dc7791..3c5db5c7c 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -57,7 +57,7 @@ pub mod ppi; | |||
| 57 | pub mod pwm; | 57 | pub mod pwm; |
| 58 | #[cfg(not(any(feature = "nrf51", feature = "_nrf9160", feature = "_nrf5340")))] | 58 | #[cfg(not(any(feature = "nrf51", feature = "_nrf9160", feature = "_nrf5340")))] |
| 59 | pub mod qdec; | 59 | pub mod qdec; |
| 60 | #[cfg(feature = "nrf52840")] | 60 | #[cfg(any(feature = "nrf52840", feature = "_nrf5340-app"))] |
| 61 | pub mod qspi; | 61 | pub mod qspi; |
| 62 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] | 62 | #[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))] |
| 63 | pub mod rng; | 63 | pub mod rng; |
