Skip to content

Commit

Permalink
use instability instead of feature
Browse files Browse the repository at this point in the history
  • Loading branch information
playfulFence committed Jan 8, 2025
1 parent 4b41ead commit 6a8a003
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions esp-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,17 @@ pub use xtensa_lx_rt::{self, entry};
#[cfg(any(esp32, esp32s3))]
pub use self::soc::cpu_control;
#[cfg(efuse)]
#[cfg(feature = "unstable")]
#[instability::unstable]
pub use self::soc::efuse;
#[cfg(lp_core)]
#[cfg(feature = "unstable")]
#[instability::unstable]
pub use self::soc::lp_core;
pub use self::soc::peripherals;
#[cfg(feature = "unstable")]
#[instability::unstable]
#[cfg(any(feature = "quad-psram", feature = "octal-psram"))]
pub use self::soc::psram;
#[cfg(ulp_riscv_core)]
#[cfg(feature = "unstable")]
#[instability::unstable]
pub use self::soc::ulp_core;

#[cfg(any(dport, hp_sys, pcr, system))]
Expand Down

0 comments on commit 6a8a003

Please sign in to comment.