Rev 2059 | Rev 2073 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2059 | Rev 2069 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | 13 | ||
Line 14... | Line 14... | ||
14 | void FC_periodicTaskAndPRTY(uint16_t* PRTY) { |
14 | void FC_periodicTaskAndPRTY(uint16_t* PRTY) { |
Line -... | Line 15... | ||
- | 15 | ||
- | 16 | debugOut.analog[25] = emergencyFlightTime; |
|
15 | 17 | ||
16 | debugOut.analog[25] = emergencyFlightTime; |
18 | debugOut.analog[30] = controlMixer_getSignalQuality(); |
17 | 19 | ||
Line 18... | Line 20... | ||
18 | if (controlMixer_getSignalQuality() <= SIGNAL_BAD) { // the rc-frame signal is not reveived or noisy |
20 | if (controlMixer_getSignalQuality() <= SIGNAL_BAD) { // the rc-frame signal is not reveived or noisy |