1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

removed unnecessary comment

This commit is contained in:
Corvus Corax 2012-11-05 10:33:51 +01:00
parent e2ca9cbb45
commit e5ab038a89

View File

@ -384,7 +384,6 @@ static uint8_t updateFixedDesiredAttitude()
FixedWingPathFollowerStatusGet(&fixedwingpathfollowerStatus); FixedWingPathFollowerStatusGet(&fixedwingpathfollowerStatus);
VelocityActualGet(&velocityActual); VelocityActualGet(&velocityActual);
// VelocityDesiredGet(&velocityDesired);
StabilizationDesiredGet(&stabDesired); StabilizationDesiredGet(&stabDesired);
VelocityDesiredGet(&velocityDesired); VelocityDesiredGet(&velocityDesired);
AttitudeActualGet(&attitudeActual); AttitudeActualGet(&attitudeActual);