Skip to content

Commit

Permalink
Fix path for .cargo/config -> .cargo/config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroVirus committed Nov 18, 2024
1 parent 8563062 commit 68e800d
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 68e800d

Please sign in to comment.