Sub: move play_tune and led_control handling to base class

This commit is contained in:
Peter Barker 2017-08-17 13:44:12 +10:00 committed by Jacob Walser
parent 4dd659cda7
commit 41d4706302
1 changed files with 0 additions and 5 deletions

View File

@ -1783,11 +1783,6 @@ void GCS_MAVLINK_Sub::handleMessage(mavlink_message_t* msg)
send_autopilot_version(FIRMWARE_VERSION);
break;
case MAVLINK_MSG_ID_LED_CONTROL:
// send message to Notify
AP_Notify::handle_led_control(msg);
break;
case MAVLINK_MSG_ID_SET_HOME_POSITION: {
mavlink_set_home_position_t packet;
mavlink_msg_set_home_position_decode(msg, &packet);