Browse Source

removed unused type definition #856

Joachim Krech 6 years ago
parent
commit
3e5356ae25
1 changed files with 1 additions and 7 deletions
  1. 1 7
      CMSIS/Utilities/CMSIS-SVD.xsd

+ 1 - 7
CMSIS/Utilities/CMSIS-SVD.xsd

@@ -146,13 +146,7 @@
       <xs:enumeration value="int64_t *"/>
     </xs:restriction>
   </xs:simpleType>
-  <!-- nvicPrioBitsType specifies the integer value range for the number of bits used in NVIC to encode priority levels -->
-  <xs:simpleType name="nvicPrioBitsType">
-    <xs:restriction base="xs:integer">
-      <xs:minInclusive value="2"/>
-      <xs:maxInclusive value="8"/>
-    </xs:restriction>
-  </xs:simpleType>
+
   <!-- dimableIdentifierType specifies the subset and sequence of characters used for specifying identifiers that may contain %s from dim. -->
   <!-- this is particularly important as these are used in ANSI C Structures during the device header file generation -->
   <xs:simpleType name="dimableIdentifierType">