aboutsummaryrefslogtreecommitdiff
path: root/mavlink-library/src/main/twirl/org/mavlink/Mavlink.scala.txt
blob: c0beb395c82b0ad7466b2f6932d65cfbb5a19615 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@(__context: Context)@_header(__context)
package org.mavlink

/**
 * Contains constants and utilities for the protocol level.
 */
object Mavlink {

  /** Current protocol version. */
  final val MavlinkVersion: Byte = 1
	
}