Adding extra buffer to tx.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
988d4e23c2
commit
7fded7234b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue