Skip to content

Commit

Permalink
fix(book/tooling): fix shell example (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored Jun 28, 2024
2 parents 69dc6f9 + 5bb62ef commit 9c80712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/tooling/defmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c80712

Please sign in to comment.