diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index f1bcd9fc40..20e09150b9 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -477,6 +477,15 @@ else # . ${R}etc/init.d/rc.vehicle_setup + # + # Play the startup tune (if not disabled or there is an error) + # + param compare CBRK_BUZZER 782090 + if [ $? != 0 -o $STARTUP_TUNE != 1 ] + then + tune_control play -t $STARTUP_TUNE + fi + # # Start the navigator. #