Skip to content

Commit 3993c16

Browse files
Update invalid -DBOARD definition for Zephyr v4.1.0
1 parent 4424daf commit 3993c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrfx-blink-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This example demonstrates how to integrate with the Zephyr SDK via CMake and how
2323
``` console
2424
$ cd nrfx-blink-sdk
2525
$ source ~/zephyrproject/.venv/bin/activate
26-
(.venv) cmake -B build -G Ninja -DBOARD=nrf52840dk_nrf52840 -DUSE_CCACHE=0 .
26+
(.venv) cmake -B build -G Ninja -DBOARD=nrf52840dk/nrf52840 -DUSE_CCACHE=0 .
2727
(.venv) cmake --build build
2828
```
2929

0 commit comments

Comments
 (0)