Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2016 → Rev 2017

/branches/dongfang_FC_rewrite/flight.c
437,7 → 437,7
CHECK_MIN_MAX(tmp, 1, 255);
throttle = tmp;
 
if (i < 4) debugOut.analog[22 + i] = throttle;
// if (i < 4) debugOut.analog[22 + i] = throttle;
 
if ((MKFlags & MKFLAG_MOTOR_RUN) && mixerMatrix.motor[i][MIX_THROTTLE] > 0) {
motor[i].SetPoint = throttle;