AP_Notify: don't do startup tone on AP_Periph devices

This commit is contained in:
Andrew Tridgell 2021-01-13 13:49:52 +11:00
parent e85e6d3375
commit 8728148db6

View File

@ -127,7 +127,9 @@ bool AP_ToneAlarm::init()
}
#endif
#ifndef HAL_BUILD_AP_PERIPH
play_tone(AP_NOTIFY_TONE_STARTUP);
#endif
return true;
}