1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

REVONANO store thrustdemand before uavo set

This commit is contained in:
abeck70 2015-05-29 21:45:41 +10:00
parent b7f3dd979e
commit 2ad52f770c

View File

@ -177,8 +177,8 @@ static void altitudeHoldTask(void)
break;
}
AltitudeHoldStatusSet(&altitudeHoldStatus);
thrustDemand = local_thrustDemand;
AltitudeHoldStatusSet(&altitudeHoldStatus);
}
static void VelocityStateUpdatedCb(__attribute__((unused)) UAVObjEvent *ev)