diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-08 12:05:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-08 12:05:39 +0000 |
commit | e4c592d9cfb2740678862865498d545bf8160e12 (patch) | |
tree | 87f092871180c7a75d116e32bfeba5699dd18167 /tools/gencfg/schema | |
parent | a6228c717d001bef0c16ebeaefaf59ac7cd5b2ad (diff) | |
download | ChibiOS-e4c592d9cfb2740678862865498d545bf8160e12.tar.gz ChibiOS-e4c592d9cfb2740678862865498d545bf8160e12.tar.bz2 ChibiOS-e4c592d9cfb2740678862865498d545bf8160e12.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4434 35acf78f-673a-0410-8e92-d51de3d6d3f4
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>
|