PX4: don't auto-start uavcan, use BRD_CAN_ENABLE instead

This commit is contained in:
Andrew Tridgell 2015-11-06 10:23:54 +11:00
parent c334bd0ddf
commit 98ef21bc69

View File

@ -410,16 +410,6 @@ else
sh /etc/init.d/rc.error
fi
if [ -f /bin/uavcan ]
then
if uavcan start 1
then
echo "started uavcan OK"
else
echo "failed to start uavcan"
fi
fi
# optional oreo leds
if oreoled start autoupdate
then