Skip to content

Commit

Permalink
fix pdsc
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Nov 27, 2023
1 parent 75009d6 commit 6f2d0fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
git fetch --tags --force
- name: get pico-sdk
- name: get submodules
run: |
git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion GorgonMeducer.perf_counter.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<file category="header" name="perf_counter.h"/>
<file category="sourceC" name="perf_counter.c" />
<file category="sourceAsm" name="systick_wrapper_ual.s" condition="Previous Generation Cortex-M Arm Compiler CMSIS-CORE"/>
<file category="sourceAsm" name="systick_wrapper_gcc.s" condition="Cortex-M Arm GCC CMSIS-CORE"/>
<file category="sourceAsm" name="systick_wrapper_gcc.S" condition="Cortex-M Arm GCC CMSIS-CORE"/>
<file category="sourceAsm" name="systick_wrapper_gnu.s" condition="Armv8-M Arm Compiler CMSIS-CORE"/>
</files>
<RTE_Components_h>
Expand Down
2 changes: 1 addition & 1 deletion gen_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ DEFAULT_ARGS=(-c "v")
perf_counter.c
perf_counter.h
README.md
systick_wrapper_gcc.s
systick_wrapper_gcc.S
systick_wrapper_gnu.s
systick_wrapper_ual.s
"
Expand Down

0 comments on commit 6f2d0fb

Please sign in to comment.