Skip to content

Commit

Permalink
Merge branch 'embassy-rs:main' into feature/fdcan_r2
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuhen authored Jan 26, 2024
2 parents 59c6c27 + e3595c6 commit 81b5aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/getting_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 81b5aa5

Please sign in to comment.