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:
parent
b7f3dd979e
commit
2ad52f770c
@ -177,8 +177,8 @@ static void altitudeHoldTask(void)
|
||||
break;
|
||||
}
|
||||
|
||||
AltitudeHoldStatusSet(&altitudeHoldStatus);
|
||||
thrustDemand = local_thrustDemand;
|
||||
AltitudeHoldStatusSet(&altitudeHoldStatus);
|
||||
}
|
||||
|
||||
static void VelocityStateUpdatedCb(__attribute__((unused)) UAVObjEvent *ev)
|
||||
|
Loading…
Reference in New Issue
Block a user