Few fixes

This commit is contained in:
Pascal Langer
2020-07-31 15:58:07 +02:00
parent 51d39bbd8c
commit 37138f03ae
4 changed files with 6 additions and 5 deletions

View File

@@ -1915,7 +1915,7 @@ void update_serial_data()
}
#endif
#ifdef SPORT_SEND
if((protocol==PROTO_FRSKYX || protocol==PROTO_FRSKYX2 || PROTO_FRSKY_R9) && rx_len==35)
if((protocol==PROTO_FRSKYX || protocol==PROTO_FRSKYX2 || protocol==PROTO_FRSKY_R9) && rx_len==35)
{//Protocol waiting for 8 bytes
#define BYTE_STUFF 0x7D
#define STUFF_MASK 0x20