Skip to content

Commit f1a6ba3

Browse files
committed
Merge branch 'master'
2 parents 957bf9e + f62e369 commit f1a6ba3

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
@@ -14,7 +14,7 @@ Please send pull requests.
1414
Add to the `[dependencies]` section in your `Cargo.toml`:
1515
```rust
1616
stm32f4xx-hal = { version = "*", features = ["stm32f429"] }
17-
stm32-eth = { version = "0.1.0", feautes = ["nucleo-f429zi"] }
17+
stm32-eth = { version = "0.1.0", features = ["nucleo-f429zi"] }
1818
```
1919

2020
In `src/main.rs` add:

0 commit comments

Comments
 (0)