We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed655bb commit 5d90b0fCopy full SHA for 5d90b0f
hil-test/src/bin/misc_drivers.rs
@@ -5,7 +5,7 @@
5
//! System Timer Tests
6
//! TWAI Tests
7
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
8
-//% FEATURES: unstable embassy
+//% FEATURES: unstable embassy defmt
9
10
#![no_std]
11
#![no_main]
@@ -146,6 +146,7 @@ mod interrupt {
146
if #[cfg(any(feature = "esp32c3", feature = "esp32c2"))] {
147
assert!(perf_counter < 400);
148
} else {
149
+ defmt::info!("perf counter: {:?}", perf_counter);
150
assert!(perf_counter < 155);
151
}
152
0 commit comments