forked from Archive/PX4-Autopilot
ROMFS: remove duplicate startup tune
This must have come back in a rebase.
This commit is contained in:
parent
1baecf07ad
commit
b52972f3f8
|
@ -410,17 +410,6 @@ else
|
||||||
commander start
|
commander start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# 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
|
|
||||||
|
|
||||||
|
|
||||||
# Pre-takeoff continuous magnetometer calibration
|
# Pre-takeoff continuous magnetometer calibration
|
||||||
if param compare -s MBE_ENABLE 1
|
if param compare -s MBE_ENABLE 1
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue