Browse Source

Fix bluepill dependency specification example

TheZoq2 4 years ago
parent
commit
c07ff32fbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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