Skip to content

Commit

Permalink
add for Pdefine as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech authored and JonatanAntoni committed Feb 2, 2023
1 parent 7b62183 commit acc67a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,9 @@
<!-- CMSIS-CORE device header file (sets compiler include path) -->
<xs:attribute name="header" type="xs:string" />
<!-- Device specific preprocessor define (sets preprocessor define -->
<xs:attribute name="define" type="defineType" />
<xs:attribute name="define" type="DefineType" />
<!-- Processor instance specific preprocessor define (sets preprocessor define on the commandline) -->
<xs:attribute name="Pdefine" type="xs:string" />
<xs:attribute name="Pdefine" type="DefineType" />
</xs:complexType>

<!-- DebugVarsType -->
Expand Down

0 comments on commit acc67a4

Please sign in to comment.