shrink shellmatta history buffer

This commit is contained in:
Mario Hüttel 2020-06-04 21:46:45 +02:00
parent 25bb341fa4
commit 92c0c5cd8c
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
extern struct stm_uart shell_uart;
static shellmatta_instance_t shell;
static char shell_buffer[512];
static char history_buffer[1024];
static char history_buffer[600];
static shellmatta_retCode_t shell_cmd_ver(const shellmatta_handle_t handle,
const char *arguments,