Skip to content

Commit

Permalink
Mark system stable
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Feb 6, 2025
1 parent 2598243 commit ce6af63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esp-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ pub mod peripheral;
mod reg_access;
#[cfg(any(spi0, spi1, spi2, spi3))]
pub mod spi;
pub mod system;
pub mod time;
#[cfg(any(uart0, uart1, uart2))]
pub mod uart;
Expand Down Expand Up @@ -273,8 +274,6 @@ unstable_module! {
pub mod sha;
#[doc(hidden)]
pub mod sync;
#[cfg(any(dport, hp_sys, pcr, system))]
pub mod system;
#[cfg(any(systimer, timg0, timg1))]
pub mod timer;
#[cfg(touch)]
Expand Down

0 comments on commit ce6af63

Please sign in to comment.