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 5dca501 commit c00f89bCopy full SHA for c00f89b
cortex-m/Cargo.toml
@@ -19,7 +19,7 @@ rust-version = "1.61"
19
[dependencies]
20
bare-metal = { version = "0.2.4", features = ["const-fn"] }
21
critical-section = { version = "1.0.0", optional = true }
22
-volatile-register = "0.2.0"
+volatile-register = "0.2.2"
23
bitfield = "0.13.2"
24
eh0 = { package = "embedded-hal", version = "0.2.4" }
25
eh1 = { package = "embedded-hal", version = "1.0.0" }
0 commit comments