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 ef47778 commit 87d2a5fCopy full SHA for 87d2a5f
Cargo.toml
@@ -19,7 +19,7 @@ fugit = "0.3.7"
19
stm32-usbd = { version = "0.7.0", optional = true }
20
fixed = { version = "1.28.0", optional = true }
21
embedded-io = "0.6"
22
-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 }
23
24
[dependencies.cortex-m]
25
version = "0.7.7"
0 commit comments