Start UAVCAN in the two phases required

This commit is contained in:
Lorenz Meier 2016-12-18 11:24:11 +01:00 committed by Lorenz Meier
parent e2ded396c8
commit 9667c98b61
1 changed files with 2 additions and 1 deletions

View File

@ -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