From b11bd33b0ea71268a8e92871b5d2d6d1af3fa495 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 Jul 2018 17:13:20 +1000 Subject: [PATCH] AP_Notify: removed extra call to play_string --- libraries/AP_Notify/ToneAlarm.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_Notify/ToneAlarm.cpp b/libraries/AP_Notify/ToneAlarm.cpp index 6f08518cee..6a9edd4fa7 100644 --- a/libraries/AP_Notify/ToneAlarm.cpp +++ b/libraries/AP_Notify/ToneAlarm.cpp @@ -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); }