aboutsummaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorShane Snover <[email protected]>2024-01-25 22:30:42 -0700
committerShane Snover <[email protected]>2024-01-25 22:30:42 -0700
commit3c159205a78cb2cc72e3dfeec1eff80d7b95846d (patch)
tree9d2028babb3f006999726824d7278cf7098d48db /docs/modules
parentfb22b46ebb40c16e35c651c0dacf810126856927 (diff)
Fix the backticks on the getting started page
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/getting_started.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/getting_started.adoc b/docs/modules/ROOT/pages/getting_started.adoc
index ab819ac2a..24bde1c1f 100644
--- a/docs/modules/ROOT/pages/getting_started.adoc
+++ b/docs/modules/ROOT/pages/getting_started.adoc
@@ -88,7 +88,7 @@ NOTE: How does the `cargo run` command know how to connect to our board and prog
88 88
89If you hare having issues when running `cargo run --release`, please check the following: 89If you hare having issues when running `cargo run --release`, please check the following:
90 90
91* You are specifying the correct `--chip on the command line``, OR 91* You are specifying the correct `--chip` on the command line, OR
92* You have set `.cargo/config.toml`'s run line to the correct chip, AND 92* You have set `.cargo/config.toml`'s run line to the correct chip, AND
93* You have changed `examples/Cargo.toml`'s HAL (e.g. embassy-stm32) dependency's feature to use the correct chip (replace the existing stm32xxxx feature) 93* You have changed `examples/Cargo.toml`'s HAL (e.g. embassy-stm32) dependency's feature to use the correct chip (replace the existing stm32xxxx feature)
94 94