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 324f461 commit cca48abCopy full SHA for cca48ab
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", optional = true }
+stm32-hrtim = { git = "https://github.com/usbalbin/stm32-hrtim", rev = "ce1da43264a59b932eaf01651eba20b9cd0d96ba", optional = true }
23
24
[dependencies.cortex-m]
25
version = "0.7.7"
0 commit comments