Skip to content

Commit

Permalink
Fix bluepill dependency specification example
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoq2 committed Jan 20, 2020
1 parent 18033c0 commit c07ff32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ panic-halt = "0.2.0"

[dependencies.stm32f1xx-hal]
version = "0.5.2"
features = ["rt", "stm32f103"]
features = ["rt", "stm32f103", "medium"]
```

If you build your project now, you should get a single error: `error: language
Expand Down

0 comments on commit c07ff32

Please sign in to comment.