Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2043 → Rev 2044

/branches/dongfang_FC_rewrite/flight.c
386,10 → 386,10
debugOut.analog[7] = filteredAcc[ROLL];
debugOut.analog[8] = filteredAcc[Z];
 
debugOut.analog[12] = term[PITCH];
debugOut.analog[13] = term[ROLL];
debugOut.analog[14] = yawTerm;
debugOut.analog[15] = throttleTerm;
debugOut.analog[13] = term[PITCH];
debugOut.analog[14] = term[ROLL];
debugOut.analog[15] = yawTerm;
debugOut.analog[16] = throttleTerm;
 
for (i = 0; i < MAX_MOTORS; i++) {
int32_t tmp;