Skip to content

Commit dbf02ae

Browse files
authored
Merge pull request #638 from martinpalsson/fixbrokenlink
Fixed broken config.toml link in readme
2 parents 1ce0707 + c4dcf49 commit dbf02ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ features = ["stm32f407"] # replace the model of your microcontroller here
100100
```
101101

102102
We also need to tell Rust how to link our executable and how to lay out the
103-
result in memory. To accomplish all this, copy [.cargo/config](.cargo/config)
103+
result in memory. To accomplish all this, copy [.cargo/config](.cargo/config.toml)
104104
and [memory.x](memory.x) from the `stm32f4xx-hal` repository to your project and make sure the sizes match up with the datasheet. Also note that there might be different kinds of memory which are not equal; to be on the safe side only specify the size of the first block at the specified address.
105105

106106
License

0 commit comments

Comments
 (0)