Copter: add break after prec landing case clause

(And fixed indentation)
This commit is contained in:
Nitay Megides 2016-03-20 19:12:31 +02:00 committed by Randy Mackay
parent 0442c2c659
commit f77eed8f95
1 changed files with 5 additions and 4 deletions

View File

@ -1855,6 +1855,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
// configure or release parachute
result = MAV_RESULT_ACCEPTED;
copter.precland.handle_msg(msg);
break;
#endif
#if CAMERA == ENABLED