mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_Notify: removed extra call to play_string
This commit is contained in:
parent
d28c8f0214
commit
b11bd33b0e
@ -399,6 +399,4 @@ void AP_ToneAlarm::handle_play_tune(mavlink_message_t *msg)
|
||||
_tone_buf[sizeof(_tone_buf)-1] = 0;
|
||||
_sem->give();
|
||||
}
|
||||
|
||||
play_string(packet.tune);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user