mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 09:37:21 +02:00
Increase LUT size
This commit is contained in:
@@ -46,7 +46,7 @@ static const uint16_t crc16_table[256] = {
|
|||||||
#define ASYNC_QUEUE_WAIT_TICKS 100
|
#define ASYNC_QUEUE_WAIT_TICKS 100
|
||||||
#define SEQUENCE_NUM_MAP_MUTEX_MAX_WAIT_MS 50
|
#define SEQUENCE_NUM_MAP_MUTEX_MAX_WAIT_MS 50
|
||||||
#define MAX_RX_QUEUE_SIZE 100
|
#define MAX_RX_QUEUE_SIZE 100
|
||||||
#define CONTROL_FRAME_LUT_SIZE 5 // Maximum number of control frames cached in the receiver-side LFU LUT
|
#define CONTROL_FRAME_LUT_SIZE 15 // Maximum number of control frames cached in the receiver-side LFU LUT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Class to represent the Data Link Layer
|
* @brief Class to represent the Data Link Layer
|
||||||
|
|||||||
Reference in New Issue
Block a user