Skip to content

Commit cb5a439

Browse files
authored
Merge pull request #157 from david-sawatzke/fix_readme
Fix readme example build
2 parents 8df6856 + f3fb1e0 commit cb5a439

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)