Plane: correct bad case fallthrough

This commit is contained in:
Peter Barker 2017-08-19 13:31:09 +10:00 committed by Francisco Ferreira
parent 00ace08b54
commit 0708130b5e

View File

@ -1278,8 +1278,8 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg)
result = MAV_RESULT_ACCEPTED;
}
break;
case MAV_CMD_DO_SET_HOME:
}
case MAV_CMD_DO_SET_HOME: {
// param1 : use current (1=use current location, 0=use specified location)
// param5 : latitude
// param6 : longitude