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 53875ec commit 818ed79Copy full SHA for 818ed79
CMakeLists.txt
@@ -63,7 +63,7 @@ if (DEBUG_ON_PICO)
63
OUTPUT_NAME "debugprobe_on_pico2"
64
)
65
else ()
66
- error("Unsupported board ${PICO_BOARD}" PICO_BOARD)
+ message(SEND_ERROR "Unsupported board ${PICO_BOARD}")
67
endif ()
68
69
README.md
@@ -22,7 +22,7 @@ cd debugprobe
22
```
23
Initialize and update the submodules:
24
25
- git submodule update --init
+ git submodule update --init --recursive
26
27
Then create and switch to the build directory:
28
0 commit comments