Skip to content

Commit 68e800d

Browse files
committed
Fix path for .cargo/config -> .cargo/config.toml
1 parent 8563062 commit 68e800d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ item required, but not found: eh_personality`. This unhelpful error message
6464
is fixed by compiling for the right target.
6565

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

7071
```bash
7172
cargo build

0 commit comments

Comments
 (0)