From 22bae2d80153003af4637c4b0cc26d52858f5228 Mon Sep 17 00:00:00 2001 From: MathisDerooNXP <52401665+MathisDeroo@users.noreply.github.com> Date: Thu, 4 Dec 2025 09:42:46 -0800 Subject: Rtc support v2 (#91) Signed-off-by: Mathis Deroo Signed-off-by: Felipe Balbi --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') 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; pub use mcxa_pac as pac; #[cfg(not(feature = "unstable-pac"))] pub(crate) use mcxa_pac as pac; -pub use rtc::Rtc0 as Rtc0Token; /// Initialize HAL with configuration (mirrors embassy-imxrt style). Minimal: just take peripherals. /// Also applies configurable NVIC priority for the OSTIMER OS_EVENT interrupt (no enabling). -- cgit