Adding extra buffer to tx.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-09-22 22:52:56 +02:00
parent 988d4e23c2
commit 7fded7234b
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -35,7 +35,7 @@
#include <stdlib.h>
// Device specific functions
static uint8_t rx_buffer[4096], tx_buffer[4096];
static uint8_t rx_buffer[4096], tx_buffer[4096+64];
static uint16_t w_offset = 0, r_offset = 0;
static uint16_t w_len = 0, tx_r_offset = 0;
static uint32_t timeout_counter = 0;