AP_Notify: add a simulated buzzer for SITL

This commit is contained in:
Peter Barker 2019-10-08 15:14:59 +11:00 committed by Andrew Tridgell
parent da3403112a
commit 438c29e924

View File

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