summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xml/devices.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/devices.xsd b/xml/devices.xsd
index 27e9b39..d6e00fe 100644
--- a/xml/devices.xsd
+++ b/xml/devices.xsd
@@ -4,7 +4,7 @@
<xsd:simpleType name="hex16_t">
<xsd:restriction base="xsd:string">
- <xsd:pattern value="([a-fA-F0-9]){1,4}"/>
+ <xsd:pattern value="([a-fA-F0-9]){4}"/>
</xsd:restriction>
</xsd:simpleType>