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

Merge branch 'corvuscorax/OP-1309_Stabilization-Refactoring' into corvuscorax/OP-1259_Cruise_Control_Tweaks

This commit is contained in:
Corvus Corax 2014-05-03 15:59:03 +02:00
commit e6a69c2f78

View File

@ -133,6 +133,7 @@ void stabilizedHandler(bool newinit)
} }
stabilization.Thrust = cmd.Thrust; stabilization.Thrust = cmd.Thrust;
stabilization.StabilizationMode.Thrust = stab_settings[3];
StabilizationDesiredSet(&stabilization); StabilizationDesiredSet(&stabilization);
} }