Skip to content

Commit 605f672

Browse files
committed
fmt
1 parent c3a1f9c commit 605f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp-mbedtls/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ impl<'d> Tls<'d> {
605605
/// Set the MbedTLS debug level (0 - 5)
606606
#[allow(unused)]
607607
pub fn set_debug(&mut self, level: u32) {
608-
#[cfg(all(not(target_os = "espidf"), not(target_arch = "xtensa")))]
608+
#[cfg(not(target_os = "espidf"))]
609609
unsafe {
610610
mbedtls_debug_set_threshold(level as c_int);
611611
}

0 commit comments

Comments
 (0)