This commit is contained in:
Dion Dokter
2021-10-11 15:31:25 +02:00
parent 4643727fea
commit 995cd01cbc
6 changed files with 12 additions and 9 deletions

View File

@ -79,10 +79,10 @@ pub(crate) use chip::pac;
pub use chip::{peripherals, Peripherals};
#[cfg(feature = "nrf9160")]
use crate::pac::CLOCK_NS as CLOCK;
#[cfg(not(feature = "nrf9160"))]
use crate::pac::CLOCK;
#[cfg(feature = "nrf9160")]
use crate::pac::CLOCK_NS as CLOCK;
pub mod interrupt {
pub use crate::chip::irqs::*;