Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1960 → Rev 1978

/branches/dongfang_FC_rewrite/attitudeControl.c
35,6 → 35,6
- throttle;
}
deltaThrottle = ((int32_t)y * effect) >> 6;
debugOut.analog[8] = deltaThrottle;
// debugOut.analog[8] = deltaThrottle;
return throttle + deltaThrottle;
}