diff options
| author | James Munns <[email protected]> | 2024-01-26 06:33:24 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-26 06:33:24 +0000 |
| commit | e3595c61f30987b06f372de937235d9fdc7064c5 (patch) | |
| tree | 9d2028babb3f006999726824d7278cf7098d48db | |
| parent | fb22b46ebb40c16e35c651c0dacf810126856927 (diff) | |
| parent | 3c159205a78cb2cc72e3dfeec1eff80d7b95846d (diff) | |
Merge pull request #2480 from ssnover/minor-fix-getting-started-markdown
Fix the backticks on the getting started page
| -rw-r--r-- | docs/modules/ROOT/pages/getting_started.adoc | 2 |
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 | ||
| 89 | If you hare having issues when running `cargo run --release`, please check the following: | 89 | If 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 | ||
