Skip to content

Commit

Permalink
escape the hash
Browse files Browse the repository at this point in the history
  • Loading branch information
caternuson committed Jan 28, 2025
1 parent 2e875d1 commit 67abc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_uf2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: sed -i 's/xosc_hw->startup = startup_delay;/xosc_hw->startup = startup_delay * 64;/' firmware/pico-sdk/src/rp2_common/hardware_xosc/xosc.c
# also need this include
- name: Patch pico-sdk for cstdint include
run: sed -i '13i #include <cstdint>' firmware/pico-sdk/tools/pioasm/pio_disassembler.h
run: sed -i '13i \#include <cstdint>' firmware/pico-sdk/tools/pioasm/pio_disassembler.h
#-- HACK-----------------------------------------------------------
- name: Build firmwares
run: |
Expand Down

0 comments on commit 67abc10

Please sign in to comment.