Skip to content

Commit

Permalink
Remove startup overclock patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Dec 12, 2024
1 parent e5a5a68 commit a13ba40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ jobs:
path: dir2uf2

# HACK: Patch startup overclock into Pico SDK
- name: "HACK: Startup Overclock Patch"
shell: bash
working-directory: micropython/lib/pico-sdk
run: |
git apply "${{env.FIRMWARE_DIR}}/startup_overclock.patch"
#- name: "HACK: Startup Overclock Patch"
# shell: bash
# working-directory: micropython/lib/pico-sdk
# run: |
# git apply "${{env.FIRMWARE_DIR}}/startup_overclock.patch"

- name: "HACK: CMakeLists.txt Disable C++ Exceptions Patch"
shell: bash
Expand Down

0 comments on commit a13ba40

Please sign in to comment.