From 338e3474276ff1fc7fe6f5a3d61725b44b2b4147 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 17 Jul 2024 10:11:27 +1000 Subject: [PATCH] AP_Notify: remove unused BUZZER_ON/OFF defines replaced by HAL_BUZZER_ON --- libraries/AP_Notify/AP_Notify.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_Notify/AP_Notify.h b/libraries/AP_Notify/AP_Notify.h index f9f5e1fd04..5467dfc0df 100644 --- a/libraries/AP_Notify/AP_Notify.h +++ b/libraries/AP_Notify/AP_Notify.h @@ -25,8 +25,6 @@ #define RGB_LED_LOW 1 #define RGB_LED_MEDIUM 2 #define RGB_LED_HIGH 3 -#define BUZZER_ON 1 -#define BUZZER_OFF 0 #define NOTIFY_TEXT_BUFFER_SIZE 51