Browse Source

AP_Notify: disable DShot buzzer by default

gps-1.3.1
Andrew Tridgell 4 years ago
parent
commit
31a31963c9
  1. 6
      libraries/AP_Notify/AP_Notify.cpp

6
libraries/AP_Notify/AP_Notify.cpp

@ -103,11 +103,7 @@ AP_Notify *AP_Notify::_singleton; @@ -103,11 +103,7 @@ AP_Notify *AP_Notify::_singleton;
#endif
#ifndef BUILD_DEFAULT_BUZZER_TYPE
#if CONFIG_HAL_BOARD == HAL_BOARD_CHIBIOS && HAL_DSHOT_ALARM
#define BUILD_DEFAULT_BUZZER_TYPE (BUZZER_ENABLE_DEFAULT | Notify_Buzz_DShot)
#else
#define BUILD_DEFAULT_BUZZER_TYPE BUZZER_ENABLE_DEFAULT
#endif
#define BUILD_DEFAULT_BUZZER_TYPE BUZZER_ENABLE_DEFAULT
#endif
#ifndef NOTIFY_LED_BRIGHT_DEFAULT

Loading…
Cancel
Save