forked from Archive/PX4-Autopilot
Start UAVCAN in the two phases required
This commit is contained in:
parent
e2ded396c8
commit
9667c98b61
|
@ -622,8 +622,9 @@ then
|
|||
#
|
||||
if param greater UAVCAN_ENABLE 0
|
||||
then
|
||||
if uavcan start fw
|
||||
if uavcan start
|
||||
then
|
||||
uavcan start fw
|
||||
else
|
||||
tone_alarm $TUNE_ERR
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue