Skip to content
Snippets Groups Projects
Commit 172faeea authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

HAL_PX4: moved rc.APM to new ROMFS directory

parent b3e21c6a
No related branches found
No related tags found
No related merge requests found
......@@ -32,19 +32,9 @@ fi
set sketch NONE
set logfile /fs/microsd/APM/boot.log
if [ -f /bin/ArduPlane ]
if [ -f /bin/ArduPilot ]
then
set sketch ArduPlane
fi
if [ -f /bin/ArduCopter ]
then
set sketch ArduCopter
fi
if [ -f /bin/APMrover2 ]
then
set sketch APMrover2
set sketch ArduPilot
fi
if [ $sketch != NONE ]
......@@ -80,6 +70,7 @@ then
ms5611 start
hmc5883 start
adc start
px4io start
echo "Trying PX4IO board"
echo "Trying PX4IO board" >> $logfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment