diff options
Diffstat (limited to 'tools/gencfg/schema')
-rw-r--r-- | tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd b/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd index dbefc05d3..b363b0006 100644 --- a/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd +++ b/tools/gencfg/schema/common/stm32/stm32_gpiov2_port.xsd @@ -82,7 +82,7 @@ </xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
- <xs:enumeration value="None"></xs:enumeration>
+ <xs:enumeration value="Floating"></xs:enumeration>
<xs:enumeration value="PullUp"></xs:enumeration>
<xs:enumeration value="PullDown"></xs:enumeration>
</xs:restriction>
|