AP_Notify: include AP_ToneAlarm for SITL

This commit is contained in:
Peter Barker 2019-03-20 13:09:14 +11:00 committed by Andrew Tridgell
parent 156d580bcd
commit 22bf7817e1
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ void AP_Notify::add_backends(void)
ADD_BACKEND(new AP_ToneAlarm());
#endif
#elif CONFIG_HAL_BOARD == HAL_BOARD_SITL
ADD_BACKEND(new AP_ToneAlarm());
#endif // Noise makers
}