diff options
author | Thorsten Kummermehr <thorsten.kummermehr@k2l.de> | 2017-11-07 16:24:33 +0100 |
---|---|---|
committer | Thorsten Kummermehr <thorsten.kummermehr@k2l.de> | 2017-11-07 16:24:33 +0100 |
commit | 54b49e6f3d73b5a506fc072cf1bf4b840b897124 (patch) | |
tree | 24e91d95215810d830542f1aaf21d211a312faed /ucs2-interface | |
parent | 0f4cf4264b70c67d5e23e8a87863629cf37321d9 (diff) |
Increased cmd queue
Diffstat (limited to 'ucs2-interface')
-rw-r--r-- | ucs2-interface/ucs_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-interface/ucs_config.h b/ucs2-interface/ucs_config.h index 25f9e85..0a47ae4 100644 --- a/ucs2-interface/ucs_config.h +++ b/ucs2-interface/ucs_config.h @@ -38,7 +38,7 @@ #define ENABLE_AMS_LIB (true) #define DEBUG_XRM #define BOARD_PMS_TX_SIZE (72) -#define CMD_QUEUE_LEN (6) +#define CMD_QUEUE_LEN (40) #define I2C_WRITE_MAX_LEN (32) #include <string.h> |