AP_Notify: removed extra call to play_string

This commit is contained in:
Andrew Tridgell 2018-07-27 17:13:20 +10:00
parent d28c8f0214
commit b11bd33b0e

View File

@ -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);
}