From e78af700da5d029ee28ce6b9271283936b2952fb Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Thu, 20 Mar 2025 20:30:53 +0800 Subject: [PATCH] Update Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md Fix example typos --- wiki/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md b/wiki/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md index f5c35f8..3928ec8 100644 --- a/wiki/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md +++ b/wiki/Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md @@ -49,6 +49,7 @@ Let's create a sample project using the Pico SDK: ```bash cd ~/pico git clone https://github.com/raspberrypi/pico-examples.git +git checkout tags/sdk-2.0.0 -b sdk2.0.0 mkdir -p pico-examples/build && cd pico-examples/build ```