This commit is contained in:
Alexander Walter 2024-12-14 01:02:35 +01:00
parent 6f08c62d5d
commit c4f6509cf2

View File

@ -2,10 +2,8 @@
#[cfg(feature = "nrf52840")]
use crate::chip::pac::NFCT;
#[cfg(feature = "nrf52840")]
use crate::chip::pac::POWER;
#[cfg(any(feature = "nrf9160-s", feature = "nrf9160-ns"))]
use crate::chip::pac::REGULATORS;