Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2069 → Rev 2073

/branches/dongfang_FC_rewrite/failsafeControl.c
15,7 → 15,7
 
debugOut.analog[25] = emergencyFlightTime;
 
debugOut.analog[30] = controlMixer_getSignalQuality();
// debugOut.analog[30] = controlMixer_getSignalQuality();
 
if (controlMixer_getSignalQuality() <= SIGNAL_BAD) { // the rc-frame signal is not reveived or noisy
if (controlMixer_didReceiveSignal)