Decrease history buffer of shellmatta

This commit is contained in:
Mario Hüttel 2020-11-29 17:19:40 +01:00
parent 37bc397e9a
commit ec66814184
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
extern struct stm_uart shell_uart;
static shellmatta_instance_t shell;
static char shell_buffer[512];
static char IN_SECTION(.ccm.bss) history_buffer[600];
static char IN_SECTION(.ccm.bss) history_buffer[512];
static bool check_opt(const char *args, uint32_t len, const char *opt_to_check)
{