mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
Plane: fixed geofence send
This commit is contained in:
parent
7f76a0e20d
commit
7763922538
@ -499,7 +499,8 @@ void Plane::geofence_send_status(mavlink_channel_t chan)
|
|||||||
(int8_t)geofence_state->fence_triggered,
|
(int8_t)geofence_state->fence_triggered,
|
||||||
geofence_state->breach_count,
|
geofence_state->breach_count,
|
||||||
geofence_state->breach_type,
|
geofence_state->breach_type,
|
||||||
geofence_state->breach_time);
|
geofence_state->breach_time,
|
||||||
|
0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user