diff options
Diffstat (limited to 'embassy-nrf/src/lib.rs')
| -rw-r--r-- | embassy-nrf/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-nrf/src/lib.rs b/embassy-nrf/src/lib.rs index 5924a42bb..2ee04708d 100644 --- a/embassy-nrf/src/lib.rs +++ b/embassy-nrf/src/lib.rs | |||
| @@ -79,10 +79,10 @@ pub(crate) use chip::pac; | |||
| 79 | 79 | ||
| 80 | pub use chip::{peripherals, Peripherals}; | 80 | pub use chip::{peripherals, Peripherals}; |
| 81 | 81 | ||
| 82 | #[cfg(feature = "nrf9160")] | ||
| 83 | use crate::pac::CLOCK_NS as CLOCK; | ||
| 84 | #[cfg(not(feature = "nrf9160"))] | 82 | #[cfg(not(feature = "nrf9160"))] |
| 85 | use crate::pac::CLOCK; | 83 | use crate::pac::CLOCK; |
| 84 | #[cfg(feature = "nrf9160")] | ||
| 85 | use crate::pac::CLOCK_NS as CLOCK; | ||
| 86 | 86 | ||
| 87 | pub mod interrupt { | 87 | pub mod interrupt { |
| 88 | pub use crate::chip::irqs::*; | 88 | pub use crate::chip::irqs::*; |
