Merge pull request #2480 from ssnover/minor-fix-getting-started-markdown

Fix the backticks on the getting started page
This commit is contained in:
James Munns 2024-01-26 06:33:24 +00:00 committed by GitHub
commit e3595c61f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ NOTE: How does the `cargo run` command know how to connect to our board and prog
If you hare having issues when running `cargo run --release`, please check the following: If you hare having issues when running `cargo run --release`, please check the following:
* You are specifying the correct `--chip on the command line``, OR * You are specifying the correct `--chip` on the command line, OR
* You have set `.cargo/config.toml`'s run line to the correct chip, AND * You have set `.cargo/config.toml`'s run line to the correct chip, AND
* 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) * 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)