We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8df6856 + f3fb1e0 commit cb5a439Copy full SHA for cb5a439
README.md
@@ -36,7 +36,7 @@ Getting Started
36
---------------
37
The `examples` folder contains several example programs. To compile them, one must specify the target device as cargo feature:
38
```
39
-$ cargo build --features=stm32f030
+$ cargo build --features=stm32f030x4
40
41
42
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