We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8d723 commit ece31c3Copy full SHA for ece31c3
Cargo.toml
@@ -22,7 +22,7 @@ fugit = "0.3.7"
22
stm32-usbd = { version = "0.7.0", optional = true }
23
fixed = { version = "1.28.0", optional = true }
24
embedded-io = "0.6"
25
-stm32-hrtim = { git = "https://github.com/usbalbin/stm32-hrtim", branch = "dont_depend_on_hal", optional = true }
+stm32-hrtim = { git = "https://github.com/usbalbin/stm32-hrtim", optional = true }
26
27
[dependencies.cortex-m]
28
version = "0.7.7"
0 commit comments