Adapted nvmc so it can be used for all nrf targets

This commit is contained in:
Dion Dokter
2022-11-10 14:37:42 +01:00
parent 059610a8de
commit dbe97b4098
5 changed files with 75 additions and 11 deletions

View File

@ -74,7 +74,6 @@ pub mod buffered_uarte;
pub mod gpio;
#[cfg(feature = "gpiote")]
pub mod gpiote;
#[cfg(not(any(feature = "_nrf5340", feature = "_nrf9160")))]
pub mod nvmc;
#[cfg(any(
feature = "nrf52810",