mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-26 18:48:30 -04:00
AP_Notify: include AP_ToneAlarm for SITL
This commit is contained in:
parent
156d580bcd
commit
22bf7817e1
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user