nrf/qspi: add nrf53 support.

This commit is contained in:
Dario Nieuwenhuis
2023-02-23 22:36:10 +01:00
parent 9eb65b11cb
commit 1955a225e8
3 changed files with 25 additions and 19 deletions

View File

@ -58,7 +58,7 @@ pub mod ppi;
pub mod pwm;
#[cfg(not(any(feature = "nrf51", feature = "_nrf9160", feature = "_nrf5340")))]
pub mod qdec;
#[cfg(feature = "nrf52840")]
#[cfg(any(feature = "nrf52840", feature = "_nrf5340-app"))]
pub mod qspi;
#[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))]
pub mod rng;