Skip to content

Commit 818ed79

Browse files
committed
Fixes for #160 and #159
1 parent 53875ec commit 818ed79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if (DEBUG_ON_PICO)
6363
OUTPUT_NAME "debugprobe_on_pico2"
6464
)
6565
else ()
66-
error("Unsupported board ${PICO_BOARD}" PICO_BOARD)
66+
message(SEND_ERROR "Unsupported board ${PICO_BOARD}")
6767
endif ()
6868
endif ()
6969

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd debugprobe
2222
```
2323
Initialize and update the submodules:
2424
```
25-
git submodule update --init
25+
git submodule update --init --recursive
2626
```
2727
Then create and switch to the build directory:
2828
```

0 commit comments

Comments
 (0)