mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
GCS_MAVLink: fix for updated mavlink extensions
This commit is contained in:
parent
0a9a1c5314
commit
0e7ddebd15
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user