sync
This commit is contained in:
@@ -14,7 +14,7 @@ LOG_MODULE_REGISTER(protocol, LOG_LEVEL_DBG);
|
||||
|
||||
#define PROTOCOL_STACK_SIZE 2048
|
||||
#define PROTOCOL_PRIORITY 5
|
||||
#define BUFFER_SIZE 4096
|
||||
#define BUFFER_SIZE 256
|
||||
|
||||
static uint8_t buffer[BUFFER_SIZE];
|
||||
static volatile uint32_t rx_index = 0;
|
||||
|
||||
Reference in New Issue
Block a user