From 5198816ad4d51a28c4cdd0203c46a018554fdd10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Thu, 6 Feb 2025 16:23:25 +0100 Subject: [PATCH] Mark system stable --- esp-hal/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/esp-hal/src/lib.rs b/esp-hal/src/lib.rs index b7da01fe7d..8bf5b0dd1e 100644 --- a/esp-hal/src/lib.rs +++ b/esp-hal/src/lib.rs @@ -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; @@ -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)]