Browse Source

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

bug found by Coverity
mission-4.1.18
Randy Mackay 10 years ago
parent
commit
7613964ecb
  1. 1
      ArduCopter/GCS_Mavlink.cpp

1
ArduCopter/GCS_Mavlink.cpp

@ -1369,6 +1369,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg) @@ -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…
Cancel
Save