mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Plane: Fix typos
This commit is contained in:
parent
7a9fe95ccb
commit
5fd3c79202
@ -1522,7 +1522,7 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
|
|||||||
result = MAV_RESULT_FAILED;
|
result = MAV_RESULT_FAILED;
|
||||||
|
|
||||||
//Not allowing go around at FLIGHT_LAND_FINAL stage on purpose --
|
//Not allowing go around at FLIGHT_LAND_FINAL stage on purpose --
|
||||||
//if plane is close to the ground a go around coudld be dangerous.
|
//if plane is close to the ground a go around could be dangerous.
|
||||||
if (plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_APPROACH ||
|
if (plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_APPROACH ||
|
||||||
plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_PREFLARE ||
|
plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_PREFLARE ||
|
||||||
plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_FINAL) {
|
plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_FINAL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user