aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index fb204d27b..c6d8adc8f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -333,7 +333,6 @@ pub use interrupt::InterruptExt;
333pub use mcxa_pac as pac; 333pub use mcxa_pac as pac;
334#[cfg(not(feature = "unstable-pac"))] 334#[cfg(not(feature = "unstable-pac"))]
335pub(crate) use mcxa_pac as pac; 335pub(crate) use mcxa_pac as pac;
336pub use rtc::Rtc0 as Rtc0Token;
337 336
338/// Initialize HAL with configuration (mirrors embassy-imxrt style). Minimal: just take peripherals. 337/// Initialize HAL with configuration (mirrors embassy-imxrt style). Minimal: just take peripherals.
339/// Also applies configurable NVIC priority for the OSTIMER OS_EVENT interrupt (no enabling). 338/// Also applies configurable NVIC priority for the OSTIMER OS_EVENT interrupt (no enabling).