Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Feb 29, 2024
1 parent 07531fb commit 1a3e18a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GorgonMeducer.perf_counter.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -235,23 +235,23 @@
<require condition="Arm Compiler"/>
<require condition="Previous Generation Cortex-M Processors"/>
<require condition="CMSIS-CORE"/>
<require conditoin="Default Porting"/>
<require condition="Default Porting"/>
</condition>

<condition id="Armv8-M Arm Compiler CMSIS-CORE Default Porting">
<description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description>
<require condition="Arm Compiler"/>
<require condition="Armv8-M Processors"/>
<require condition="CMSIS-CORE"/>
<require conditoin="Default Porting"/>
<require condition="Default Porting"/>
</condition>

<condition id="Cortex-M Arm GCC CMSIS-CORE Default Porting">
<description>Compile Cortex-M Processors with GNU Tools for Arm Embedded Processors.</description>
<require condition="Arm GCC"/>
<require condition="Cortex-M Processors"/>
<require condition="CMSIS-CORE"/>
<require conditoin="Default Porting"/>
<require condition="Default Porting"/>
</condition>

</conditions>
Expand Down

0 comments on commit 1a3e18a

Please sign in to comment.