mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Fix the backticks on the getting started page
This commit is contained in:
parent
fb22b46ebb
commit
3c159205a7
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user