Skip to content

Commit c07ff32

Browse files
committed
Fix bluepill dependency specification example
1 parent 18033c0 commit c07ff32

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
@@ -53,7 +53,7 @@ panic-halt = "0.2.0"
5353

5454
[dependencies.stm32f1xx-hal]
5555
version = "0.5.2"
56-
features = ["rt", "stm32f103"]
56+
features = ["rt", "stm32f103", "medium"]
5757
```
5858

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

0 commit comments

Comments
 (0)