chg: textual, and increase cmds receive buffer to 100.

This commit is contained in:
Chris 2018-06-30 22:54:30 +02:00
commit 942e64706d
2 changed files with 19 additions and 18 deletions

View file

@ -36,7 +36,7 @@
#include "cmdflashmem.h" // rdv40 flashmem commands
//For storing command that are received from the device
#define CMD_BUFFER_SIZE 50
#define CMD_BUFFER_SIZE 100
typedef enum {
BIG_BUF,
BIG_BUF_EML,