Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1925 → Rev 1926

/branches/dongfang_FC_fixedwing/controlMixer.c
96,7 → 96,7
} else if (controlIntegrals[index] <= -PITCHROLLOVER180) {
controlIntegrals[index] += PITCHROLLOVER360;
}
*/212e
*/
 
control[index] = newValue;
tmp -= newValue;