[airframes] removed min,neutral,max from servos node

these attributes are not parsed in servos, only in the single sevo node
now these airframe files should also fit the DTD again
This commit is contained in:
Felix Ruess
2012-05-25 12:28:07 +02:00
parent a40097da2b
commit 8cfbe748c7
47 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<airframe name="BOOZ2_a1">
<servos min="0" neutral="0" max="0xff">
<servos>
<servo name="FRONT" no="0" min="0" neutral="0" max="255"/>
<servo name="BACK" no="1" min="0" neutral="0" max="255"/>
<servo name="RIGHT" no="2" min="0" neutral="0" max="255"/>
+1 -1
View File
@@ -1,7 +1,7 @@
<!-- this is a custom hexa Lisa/L#3 and mikrokopter controllers -->
<airframe name="booz2_a6">
<servos min="0" neutral="0" max="0xff">
<servos>
<servo name="BACK_RIGHT" no="0" min="0" neutral="0" max="255"/>
<servo name="BACK_LEFT" no="1" min="0" neutral="0" max="255"/>
<servo name="CENTER_RIGHT" no="2" min="0" neutral="0" max="255"/>
+1 -1
View File
@@ -2,7 +2,7 @@
<airframe name="lisa_asctec">
<servos min="0" neutral="0" max="0xff">
<servos>
<servo name="FRONT" no="0" min="0" neutral="0" max="255"/>
<servo name="BACK" no="1" min="0" neutral="0" max="255"/>
<servo name="LEFT" no="2" min="0" neutral="0" max="255"/>