mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -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
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAL_BUILD_AP_PERIPH
|
||||||
play_tone(AP_NOTIFY_TONE_STARTUP);
|
play_tone(AP_NOTIFY_TONE_STARTUP);
|
||||||
|
#endif
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user