Plane: report FENCE_MITIGATE_NONE

This commit is contained in:
Peter Hall 2019-11-05 19:57:52 +00:00 committed by Randy Mackay
parent 556d90ca0c
commit 2898b5e2fb

View File

@ -500,7 +500,7 @@ void Plane::geofence_send_status(mavlink_channel_t chan)
geofence_state->breach_count,
geofence_state->breach_type,
geofence_state->breach_time,
0);
FENCE_MITIGATE_NONE);
}
}