Browse Source

Plane: fix for updated mavlink extensions

zr-v5.1
Andrew Tridgell 5 years ago
parent
commit
56044b8b04
  1. 3
      ArduPlane/geofence.cpp

3
ArduPlane/geofence.cpp

@ -499,7 +499,8 @@ void Plane::geofence_send_status(mavlink_channel_t chan) @@ -499,7 +499,8 @@ void Plane::geofence_send_status(mavlink_channel_t chan)
(int8_t)geofence_state->fence_triggered,
geofence_state->breach_count,
geofence_state->breach_type,
geofence_state->breach_time);
geofence_state->breach_time,
0);
}
}

Loading…
Cancel
Save