Fix AUX ports, still retain successful boot for systems without IO

This commit is contained in:
Lorenz Meier
2015-08-06 00:12:14 +02:00
parent fc1924deec
commit 9918ff9bd4
2 changed files with 20 additions and 19 deletions

View File

@@ -694,13 +694,6 @@ then
fi
unset FEXTRAS
if [ $EXIT_ON_END == yes ]
then
echo "Exit from nsh"
exit
fi
unset EXIT_ON_END
# Run no SD alarm
if [ $LOG_FILE == /dev/null ]
then
@@ -712,6 +705,13 @@ then
# Boot is complete, inform MAVLink app(s) that the system is now fully up and running
mavlink boot_complete
if [ $EXIT_ON_END == yes ]
then
echo "Exit from nsh"
exit
fi
unset EXIT_ON_END
# End of autostart
fi