Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1985 → Rev 1986

/branches/dongfang_FC_rewrite/heightControl.c
165,8 → 165,7
} else
debugOut.digital[0] &= ~DEBUG_HOVERTHROTTLE;
debugOut.analog[20] = dThrottle;
debugOut.analog[21] = hoverThrottle;
//debugOut.analog[20] = dThrottle;
return throttle;
}