mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: process mavlink play_tune in frontend
This commit is contained in:
parent
f846f703e4
commit
9ca19c25a9
|
@ -3791,10 +3791,12 @@ void GCS_MAVLINK::handle_common_message(const mavlink_message_t &msg)
|
|||
AP_Notify::handle_led_control(msg);
|
||||
break;
|
||||
|
||||
#if AP_NOTIFY_MAVLINK_PLAY_TUNE_SUPPORT_ENABLED
|
||||
case MAVLINK_MSG_ID_PLAY_TUNE:
|
||||
// send message to Notify
|
||||
AP_Notify::handle_play_tune(msg);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#if HAL_RALLY_ENABLED
|
||||
case MAVLINK_MSG_ID_RALLY_POINT:
|
||||
|
|
Loading…
Reference in New Issue