Skip to content

Commit ad3e44b

Browse files
committed
fix: move tsens module to unstable module list
1 parent 1410db7 commit ad3e44b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

esp-hal/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ pub mod debugger;
194194
pub mod sync;
195195
pub mod time;
196196

197-
#[cfg(tsens)]
198-
pub mod tsens;
199-
200197
// can't use instability on inline module definitions, see https://github.com/rust-lang/rust/issues/54727
201198
#[doc(hidden)]
202199
macro_rules! unstable_module {
@@ -270,6 +267,8 @@ unstable_module! {
270267
pub mod touch;
271268
#[cfg(trace0)]
272269
pub mod trace;
270+
#[cfg(tsens)]
271+
pub mod tsens;
273272
#[cfg(any(twai0, twai1))]
274273
pub mod twai;
275274
#[cfg(usb_device)]

0 commit comments

Comments
 (0)