Skip to content

Commit

Permalink
mavschema - 10E5 should be 1E5
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored and peterbarker committed Dec 13, 2023
1 parent 57d992e commit 22d1878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/mavschema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
<xs:enumeration value="deg/s"/> <!-- degrees per second -->
<xs:enumeration value="cdeg"/> <!-- centidegrees -->
<xs:enumeration value="cdeg/s"/> <!-- centidegrees per second -->
<xs:enumeration value="degE5"/> <!-- degrees * 10E5 -->
<xs:enumeration value="degE7"/> <!-- degrees * 10E7 -->
<xs:enumeration value="degE5"/> <!-- degrees * 1E5 -->
<xs:enumeration value="degE7"/> <!-- degrees * 1E7 -->
<xs:enumeration value="rpm"/> <!-- rotations per minute -->
<!-- electricity -->
<xs:enumeration value="V"/> <!-- Volt -->
Expand Down

0 comments on commit 22d1878

Please sign in to comment.