We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a8767 commit 9be51f0Copy full SHA for 9be51f0
nrf52-code/hal-app/Cargo.toml
@@ -9,7 +9,8 @@ description = "Solutions for the nRF52 HAL exercises"
9
[dependencies]
10
cortex-m = {version = "0.7.7", features = ["critical-section-single-core"]}
11
cortex-m-rt = "0.7.5"
12
-dk = { path = "../boards/dk-solution", features = ["radio"] }
+dk = { path = "../boards/dk", features = ["radio"] }
13
+# dk = { path = "../boards/dk-solution", features = ["radio"] }
14
heapless = "0.9"
15
defmt = "1"
16
defmt-rtt = "1.1"
0 commit comments