PX4: fixed startup tone

'start' doesn't work any more
This commit is contained in:
Andrew Tridgell 2015-06-12 17:55:29 +10:00
parent 3427224bfc
commit d45f6e8f1d
2 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ else
then
set HAVE_PX4IO true
# play happy tune again
tone_alarm start
tone_alarm 1
fi
fi

View File

@ -43,7 +43,7 @@ then
echo "[init] card mounted at /fs/microsd"
set HAVE_MICROSD 1
# Start playing the startup tune
tone_alarm start
tone_alarm 1
else
set HAVE_MICROSD 0
echo "Trying format of microSD"
@ -55,7 +55,7 @@ else
then
echo "format succeeded"
set HAVE_MICROSD 1
tone_alarm start
tone_alarm 1
else
echo "mount failed"
tone_alarm MNBG