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 2460b10 commit a7d61bbCopy full SHA for a7d61bb
build.sh
@@ -7,6 +7,7 @@ main () {
7
local cur_dir=$PWD
8
9
if [ ! -d "$PICO_SDK_DIR/.git" ]; then
10
+ git submodule sync --recursive
11
git submodule update --init --recursive
12
fi
13
pico-sdk
0 commit comments