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 e5cf89b commit fbd9d93Copy full SHA for fbd9d93
testsuite/tests/test.rs
@@ -4,7 +4,8 @@
4
use cortex_m_rt::entry;
5
use {{crate_name}} as _; // memory layout + panic handler
6
7
-// See https://crates.io/crates/defmt-test/0.1.0 for more documentation
+// See https://crates.io/crates/defmt-test/0.1.0 for more documentation (e.g. about the 'state'
8
+// feature)
9
#[defmt_test::tests]
10
mod tests {
11
#[test]
0 commit comments