Update Setting-Up-the-Pico-SDK-on-Linux-for-Pico-Development.md

Fix example typos
This commit is contained in:
Joe Wang 2025-03-20 20:30:53 +08:00 committed by GitHub
parent 4f77ac43e3
commit e78af700da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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
```