From b47ba0257bb48718c2c0b5545049947f21ac25cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 07:21:10 +0000 Subject: [PATCH] Update wiki 06680433ed57cff0d46144731d25709e686a5dac --- Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md b/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md index 193ea8a..f0b136d 100644 --- a/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md +++ b/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md @@ -22,7 +22,7 @@ Navigate to a workspace directory and clone the official Raspberry Pi Pico SDK: ```bash mkdir -p ~/pico && cd ~/pico -git clone -b master https://github.com/raspberrypi/pico-sdk.git +git clone https://github.com/raspberrypi/pico-sdk.git cd pico-sdk git checkout tags/2.0.0 -b sdk2.0.0 git submodule update --init