mirror of
https://github.com/Noltari/pico-uart-bridge.git
synced 2025-06-29 20:16:17 +00:00
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
|
||||
|
||||
if [ ! -d "$PICO_SDK_DIR/.git" ]; then
|
||||
git submodule sync --recursive
|
||||
git submodule update --init --recursive
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue