Procházet zdrojové kódy

Corrected address type for accessportv2.

Christopher Seidl před 4 roky
rodič
revize
ea99ec2d08
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      CMSIS/Utilities/PACK.xsd

+ 1 - 1
CMSIS/Utilities/PACK.xsd

@@ -418,7 +418,7 @@
   <xs:complexType name="AccessPortV2Type">
     <xs:attribute name="__apid" type="xs:unsignedInt" use="required" />
     <xs:attribute name="__dp" type="xs:unsignedInt" use="optional" />
-    <xs:attribute name="address" type="xs:unsignedInt" use="required" />
+    <xs:attribute name="address" type="NonNegativeInteger" use="required" />
     <xs:attribute name="parent" type="xs:unsignedInt" use="optional" />
     <xs:anyAttribute processContents="lax" />
   </xs:complexType>