From 5bb62ef8e41309ccfe93422df98f315ad279a13b Mon Sep 17 00:00:00 2001 From: Elena Frank Date: Fri, 28 Jun 2024 11:24:13 +0200 Subject: [PATCH] fix(book/tooling): fix shell example --- book/src/tooling/defmt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/tooling/defmt.md b/book/src/tooling/defmt.md index b2607e312..503df0c08 100644 --- a/book/src/tooling/defmt.md +++ b/book/src/tooling/defmt.md @@ -8,7 +8,7 @@ See the [defmt documentation] for general info on `defmt`. Example: ```shell -# DEFMT_LOG=info laze -C examples/hello-world-async --board nrf52840dk --select defmt run +# DEFMT_LOG=info laze build -C examples/hello-world-async --builders nrf52840dk --select defmt run ``` Then within Rust code, import `riot_rs::debug::log` items, then use `defmt` log