Skip to content

Commit

Permalink
Merge pull request #518 from ElektroVirus/master
Browse files Browse the repository at this point in the history
Fix path for .cargo/config -> .cargo/config.toml
  • Loading branch information
burrbull authored Nov 19, 2024
2 parents 8563062 + 68e800d commit f62c083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ item required, but not found: eh_personality`. This unhelpful error message
is fixed by compiling for the right target.

We also need to tell Rust how to link our executable, and how to lay out the
result in memory. To accomplish all this, copy [.cargo/config](.cargo/config) and
[memory.x](memory.x) from the stm32f1xx-hal repo to your project.
result in memory. To accomplish all this, copy
[.cargo/config.toml](.cargo/config.toml) and [memory.x](memory.x) from the
stm32f1xx-hal repo to your project.

```bash
cargo build
Expand Down

0 comments on commit f62c083

Please sign in to comment.