aboutsummaryrefslogtreecommitdiff
path: root/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
diff options
context:
space:
mode:
Diffstat (limited to 'mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala')
-rw-r--r--mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala b/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
index 870d3be..7e59ed8 100644
--- a/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
+++ b/mavigator-cockpit/src/main/scala/mavigator/index/ActiveVehicle.scala
@@ -13,7 +13,8 @@ object ActiveVehicle {
id,
vehicleType(hb.`type`),
autopilot(hb.autopilot),
- state(hb.systemStatus))
+ state(hb.systemStatus)
+ )
def vehicleType(tpe: Int) = tpe match {
case MavType.MavTypeGeneric => "Generic"