From af3427def14b33ebf8e18c4e9368f281d09b7618 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Thu, 11 Jul 2024 12:12:53 -0700 Subject: [PATCH] lib: remove mention of "unstable-pac" We don't have an unstable-pac feature. Remove it. Signed-off-by: Felipe Balbi --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 7517f3fe..bf826770 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,10 +13,7 @@ pub mod clocks; // Reexports pub use embassy_hal_internal::{into_ref, Peripheral, PeripheralRef}; -#[cfg(feature = "unstable-pac")] pub use mimxrt685s_pac as pac; -#[cfg(not(feature = "unstable-pac"))] -pub(crate) use mimxrt685s_pac as pac; #[cfg(feature = "rt")] pub use crate::pac::NVIC_PRIO_BITS;