Copter: handle LED_CONTROL and pass to Notify

This commit is contained in:
Randy Mackay 2015-02-26 16:08:20 +09:00
parent 35a3a52f29
commit c5b3bc5698

View File

@ -1570,6 +1570,10 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
gcs[chan-MAVLINK_COMM_0].send_autopilot_version();
break;
case MAVLINK_MSG_ID_LED_CONTROL:
// send message to Notify
AP_Notify::handle_led_control(msg);
break;
} // end switch
} // end handle mavlink