Fix buffer overrun and freezing bugs

This commit is contained in:
jacob.eva 2024-10-15 17:34:16 +01:00
parent 858a35b2f9
commit f6fe7e2b5f
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
4 changed files with 9 additions and 11 deletions

View file

@ -451,7 +451,6 @@ private:
int _fifo_tx_addr_ptr;
int _fifo_rx_addr_ptr;
bool _preinit_done;
uint8_t _index;
bool _tcxo;
bool _dio2_as_rf_switch;
};
@ -545,7 +544,6 @@ private:
int _packetIndex;
int _implicitHeaderMode;
bool _preinit_done;
uint8_t _index;
uint8_t _sf;
uint8_t _cr;
};
@ -664,7 +662,6 @@ private:
int _fifo_rx_addr_ptr;
bool _preinit_done;
int _rxPacketLength;
uint8_t _index;
bool _tcxo;
};
#endif