We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66ac47 commit 9fba6fcCopy full SHA for 9fba6fc
1 file changed
Cargo.toml
@@ -14,7 +14,7 @@ defmt = "0.2.0"
14
defmt-rtt = "0.2.0"
15
cortex-m-rtic = "0.5"
16
panic-probe = { version = "0.2.0", features = ["print-defmt"] }
17
-stm32f0xx-hal = { version = "0.17", features = ["stm32f031"] }
+stm32f0xx-hal = { version = "0.17", features = ["stm32f031", "rt"] }
18
19
20
[features]
0 commit comments