GCS_MAVLink: fix for updated mavlink extensions

This commit is contained in:
Andrew Tridgell 2020-01-29 08:16:59 +11:00
parent 0a9a1c5314
commit 0e7ddebd15

View File

@ -67,5 +67,6 @@ void GCS_MAVLINK::send_fence_status() const
static_cast<int8_t>(fence->get_breaches() != 0),
fence->get_breach_count(),
mavlink_breach_type,
fence->get_breach_time());
fence->get_breach_time(),
0);
}