We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa033b commit c64a948Copy full SHA for c64a948
Cargo.toml
@@ -43,7 +43,7 @@ embedded-time = "0.12.0"
43
nb = "1.0.0"
44
paste = "1.0.5"
45
rtcc = "0.2.1"
46
-stm32f3 = "0.13.2"
+stm32f3 = { version = "0.13.2", default-features = false }
47
bxcan = { version = ">=0.4, <0.6", optional = true }
48
stm32-usbd = { version = "0.6.0", optional = true }
49
void = { version = "1.0.2", default-features = false }
0 commit comments