We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987753f commit a5e4b2cCopy full SHA for a5e4b2c
1 file changed
Multiprotocol/Multiprotocol.ino
@@ -231,7 +231,7 @@ uint8_t packet_in[TELEMETRY_BUFFER_SIZE];//telemetry receiving packets
231
#endif
232
233
//RX protocols
234
- #if defined(AFHDS2A_RX_A7105_INO) || defined(FRSKY_RX_CC2500_INO) || defined(BAYANG_RX_NRF24L01_INO)
+ #if defined(AFHDS2A_RX_A7105_INO) || defined(FRSKY_RX_CC2500_INO) || defined(BAYANG_RX_NRF24L01_INO) || defined(DSM_RX_CYRF6936_INO)
235
bool rx_data_started;
236
bool rx_data_received;
237
bool rx_disable_lna;
0 commit comments