Fix the backticks on the getting started page

This commit is contained in:
Shane Snover 2024-01-25 22:30:42 -07:00
parent fb22b46ebb
commit 3c159205a7

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:
* 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 changed `examples/Cargo.toml`'s HAL (e.g. embassy-stm32) dependency's feature to use the correct chip (replace the existing stm32xxxx feature)