Skip to content

Commit

Permalink
Gitbook generator: Clarify protocol sub-version
Browse files Browse the repository at this point in the history
LorenzMeier committed Dec 28, 2017
1 parent 71c7d69 commit 7b2f6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mavlink_to_html_table_gitbook.xsl
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@

<xsl:template match="//version">
<h2>MAVLink Protocol Version</h2>
<p>This file has protocol version: <xsl:value-of select="." />. The version numbers range from 1-255. </p>
<p>The current MAVLink version is 2.<xsl:value-of select="." />. The minor version numbers (after the dot) range from 1-255. </p>
</xsl:template>

<xsl:template match="//dialect">

0 comments on commit 7b2f6db

Please sign in to comment.