Fixes for #160 and #159

This commit is contained in:
Jonathan Bell
2025-01-09 16:34:30 +00:00
parent 53875ec320
commit 818ed79f4b
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ if (DEBUG_ON_PICO)
OUTPUT_NAME "debugprobe_on_pico2"
)
else ()
error("Unsupported board ${PICO_BOARD}" PICO_BOARD)
message(SEND_ERROR "Unsupported board ${PICO_BOARD}")
endif ()
endif ()

View File

@@ -22,7 +22,7 @@ cd debugprobe
```
Initialize and update the submodules:
```
git submodule update --init
git submodule update --init --recursive
```
Then create and switch to the build directory:
```