Skip to content

Commit 52be08d

Browse files
authored
Merge pull request #109 from richardeoin/readme-1
Update README.md
2 parents a8d868e + caf90e4 commit 52be08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Getting Started
3636
---------------
3737
The `examples` folder contains several example programs. To compile them, one must specify the target device as cargo feature:
3838
```
39-
$ cargo build --features=stm32f030xc
39+
$ cargo build --features=stm32f030
4040
```
4141

4242
To use stm32f0xx-hal as a dependency in a standalone project the target device feature must be specified in the `Cargo.toml` file:
4343
```
4444
[dependencies]
4545
cortex-m = "0.6.0"
4646
cortex-m-rt = "0.6.8"
47-
stm32f0xx-hal = {version = "0.15", features = ["stm32f030xc"]}
47+
stm32f0xx-hal = {version = "0.16", features = ["stm32f030"]}
4848
```
4949

5050
If you are unfamiliar with embedded development using Rust, there are a number of fantastic resources available to help.

0 commit comments

Comments
 (0)