changed minimal frequency from 0 to 1
This commit is contained in:
parent
2fddb6ae3f
commit
35e34f41d7
@ -22,7 +22,7 @@
|
||||
<!-- available PWM frequencies -->
|
||||
<xs:simpleType name="FrequencyType">
|
||||
<xs:restriction base="xs:integer">
|
||||
<xs:minInclusive value="0"/>
|
||||
<xs:minInclusive value="1"/>
|
||||
<xs:maxInclusive value="1000"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
Loading…
x
Reference in New Issue
Block a user