Skip to content

Commit 5d90b0f

Browse files
committed
debug
1 parent ed655bb commit 5d90b0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hil-test/src/bin/misc_drivers.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! System Timer Tests
66
//! TWAI Tests
77
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
8-
//% FEATURES: unstable embassy
8+
//% FEATURES: unstable embassy defmt
99

1010
#![no_std]
1111
#![no_main]
@@ -146,6 +146,7 @@ mod interrupt {
146146
if #[cfg(any(feature = "esp32c3", feature = "esp32c2"))] {
147147
assert!(perf_counter < 400);
148148
} else {
149+
defmt::info!("perf counter: {:?}", perf_counter);
149150
assert!(perf_counter < 155);
150151
}
151152
}

0 commit comments

Comments
 (0)