Skip to content

Commit

Permalink
Temporarily use develop branch of Pico SDK to bring in timer fix
Browse files Browse the repository at this point in the history
Fixes issue introduced in SDK 2.1.0, reported in pico-sdk issue 2118:
raspberrypi/pico-sdk#2118
  • Loading branch information
polpo committed Dec 9, 2024
1 parent ad96998 commit c01a4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-22.04
env:
BUILD_TYPE: "Release"
PICOSDK_VER: "2.1.0"
PICOSDK_VER: "develop" # Temporarily use "release" branch
PICOEXTRA_VER: "sdk-2.1.0"
# The Pico-SDK will listen to these environment vars
PICOTOOL_FETCH_FROM_GIT_PATH: ${{github.workspace}}/pico/picotool
Expand Down

0 comments on commit c01a4c0

Please sign in to comment.