PX4: don't auto-start uavcan, use BRD_CAN_ENABLE instead
This commit is contained in:
parent
c334bd0ddf
commit
98ef21bc69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user