mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Notify: add a simulated buzzer for SITL
This commit is contained in:
parent
da3403112a
commit
438c29e924
@ -310,6 +310,7 @@ void AP_Notify::add_backends(void)
|
||||
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
ADD_BACKEND(new AP_ToneAlarm());
|
||||
ADD_BACKEND(new Buzzer());
|
||||
#ifdef WITH_SITL_RGBLED
|
||||
ADD_BACKEND(new SITL_SFML_LED());
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user