mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Notify: don't do startup tone on AP_Periph devices
This commit is contained in:
parent
e85e6d3375
commit
8728148db6
@ -127,7 +127,9 @@ bool AP_ToneAlarm::init()
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef HAL_BUILD_AP_PERIPH
|
||||
play_tone(AP_NOTIFY_TONE_STARTUP);
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user