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 9e49fd3 commit 199b3c2Copy full SHA for 199b3c2
Cargo.toml
@@ -58,7 +58,7 @@ log-semihost = ["log"]
58
59
[dependencies]
60
cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }
61
-stm32h5 = { package = "stm32h5-staging", version = "0.18.1" }
+stm32h5 = { package = "stm32h5", version = "0.16.0" }
62
fugit = "0.3.7"
63
embedded-hal = "1.0.0"
64
defmt = { version = "0.3.8", optional = true }
0 commit comments