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 9bbef41 commit 4424115Copy full SHA for 4424115
examples/wdt-demo/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
11
cortex-m = "0.6.2"
12
cortex-m-rtic = "0.5.3"
13
rtt-target = {version = "0.2.0", features = ["cortex-m"] }
14
-nrf52840-hal = { version = "0.10", features = ["rt"], path = "../../nrf52840-hal" }
+nrf52840-hal = { version = "0.11", features = ["rt"], path = "../../nrf52840-hal" }
15
16
[dependencies.embedded-hal]
17
version = "0.2.3"
0 commit comments