diff --git a/Multiprotocol/FrSkyX_cc2500.ino b/Multiprotocol/FrSkyX_cc2500.ino index 0085b6a..3381e88 100644 --- a/Multiprotocol/FrSkyX_cc2500.ino +++ b/Multiprotocol/FrSkyX_cc2500.ino @@ -156,8 +156,8 @@ static void __attribute__((unused)) frskyX_data_frame() seq_last_sent = (seq_last_sent + 1) % 4; else if (seq_last_rcvd == 0x00) seq_last_sent = 1; - else - seq_last_rcvd = 8; + else + seq_last_rcvd = 8; if(sub_protocol & 1 )// in X8 mode send only 8ch every 9ms lpass = 0 ; @@ -283,4 +283,4 @@ uint16_t initFrSkyX() seq_last_rcvd = 8; return 10000; } -#endif \ No newline at end of file +#endif