mirror of https://github.com/ArduPilot/ardupilot
AP_Notify: add a simulated buzzer for SITL
This commit is contained in:
parent
111c17d0b4
commit
d6f10a12eb
|
@ -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