pico-sdk: update v1.3.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
2460b10523
commit
a7d61bb4c8
2 changed files with 2 additions and 1 deletions
1
build.sh
1
build.sh
|
@ -7,6 +7,7 @@ main () {
|
||||||
local cur_dir=$PWD
|
local cur_dir=$PWD
|
||||||
|
|
||||||
if [ ! -d "$PICO_SDK_DIR/.git" ]; then
|
if [ ! -d "$PICO_SDK_DIR/.git" ]; then
|
||||||
|
git submodule sync --recursive
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
2
pico-sdk
2
pico-sdk
|
@ -1 +1 @@
|
||||||
Subproject commit 2d5789eca89658a7f0a01e2d6010c0f254605d72
|
Subproject commit 2062372d203b372849d573f252cf7c6dc2800c0a
|
Loading…
Reference in a new issue