mirror of https://github.com/ArduPilot/ardupilot
Copter: fix bug in which do-parachute command could start motor test
bug found by Coverity
This commit is contained in:
parent
2849430341
commit
7613964ecb
|
@ -1369,6 +1369,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
|||
result = MAV_RESULT_FAILED;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
||||
case MAV_CMD_DO_MOTOR_TEST:
|
||||
|
|
Loading…
Reference in New Issue