PX4: use BOOT.LOG instead of boot.log

This commit is contained in:
Andrew Tridgell 2014-01-13 15:04:42 +11:00
parent e78e35f3bd
commit 8698ee43bb

View File

@ -37,7 +37,8 @@ else
fi
set sketch NONE
set logfile /fs/microsd/APM/boot.log
rm /fs/microsd/APM/boot.log
set logfile /fs/microsd/APM/BOOT.LOG
if [ ! -f /bin/ArduPilot ]
then