Copter: fix bug in which do-parachute command could start motor test

bug found by Coverity
This commit is contained in:
Randy Mackay 2015-06-08 12:25:59 +09:00
parent 2849430341
commit 7613964ecb
1 changed files with 1 additions and 0 deletions

View File

@ -1369,6 +1369,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
result = MAV_RESULT_FAILED; result = MAV_RESULT_FAILED;
break; break;
} }
break;
#endif #endif
case MAV_CMD_DO_MOTOR_TEST: case MAV_CMD_DO_MOTOR_TEST: