AP_Notify: remove unused BUZZER_ON/OFF defines

replaced by HAL_BUZZER_ON
This commit is contained in:
Peter Barker 2024-07-17 10:11:27 +10:00 committed by Randy Mackay
parent 5190aee9ae
commit 338e347427

View File

@ -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