Rev 2074 | Rev 2088 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2074 | Rev 2075 | ||
---|---|---|---|
Line 118... | Line 118... | ||
118 | 118 | ||
119 | // Decode commands. |
119 | // Decode commands. |
120 | uint8_t rcCommand = (RC_getSignalQuality() >= SIGNAL_OK) ? RC_getCommand() |
120 | uint8_t rcCommand = (RC_getSignalQuality() >= SIGNAL_OK) ? RC_getCommand() |
Line 121... | Line -... | ||
121 | : COMMAND_NONE; |
- | |
122 | - | ||
123 | debugOut.analog[31] = rcCommand; |
121 | : COMMAND_NONE; |
124 | 122 | ||
Line 125... | Line 123... | ||
125 | uint8_t ecCommand = (EC_getSignalQuality() >= SIGNAL_OK) ? EC_getCommand() |
123 | uint8_t ecCommand = (EC_getSignalQuality() >= SIGNAL_OK) ? EC_getCommand() |
126 | : COMMAND_NONE; |
124 | : COMMAND_NONE; |