Skip to content

Commit

Permalink
lib: remove mention of "unstable-pac"
Browse files Browse the repository at this point in the history
We don't have an unstable-pac feature. Remove it.

Signed-off-by: Felipe Balbi <[email protected]>
  • Loading branch information
Felipe Balbi committed Jul 11, 2024
1 parent 9309ad4 commit af3427d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit af3427d

Please sign in to comment.