Skip to content

Commit f3fb1e0

Browse files
Fix readme example build
Building only for f030 doesn't work: #148 #121
1 parent 8df6856 commit f3fb1e0

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
@@ -36,7 +36,7 @@ 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=stm32f030
39+
$ cargo build --features=stm32f030x4
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:

0 commit comments

Comments
 (0)