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

@ -80,8 +80,7 @@
bool memory_low = false;
uint8_t implicit_l = 0;
volatile bool packet_ready = false;
volatile uint8_t packet_interface = 0xFF;
uint8_t packet_interface = 0xFF;
uint8_t op_mode = MODE_HOST;
uint8_t model = 0x00;