Skip to content

Commit 9be51f0

Browse files
hal-app should use dk, not dk-solution.
The exercise is it add things to the dk BSP.
1 parent 07a8767 commit 9be51f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nrf52-code/hal-app/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ description = "Solutions for the nRF52 HAL exercises"
99
[dependencies]
1010
cortex-m = {version = "0.7.7", features = ["critical-section-single-core"]}
1111
cortex-m-rt = "0.7.5"
12-
dk = { path = "../boards/dk-solution", features = ["radio"] }
12+
dk = { path = "../boards/dk", features = ["radio"] }
13+
# dk = { path = "../boards/dk-solution", features = ["radio"] }
1314
heapless = "0.9"
1415
defmt = "1"
1516
defmt-rtt = "1.1"

0 commit comments

Comments
 (0)