Decrease history buffer of shellmatta
This commit is contained in:
parent
37bc397e9a
commit
ec66814184
@ -48,7 +48,7 @@
|
|||||||
extern struct stm_uart shell_uart;
|
extern struct stm_uart shell_uart;
|
||||||
static shellmatta_instance_t shell;
|
static shellmatta_instance_t shell;
|
||||||
static char shell_buffer[512];
|
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)
|
static bool check_opt(const char *args, uint32_t len, const char *opt_to_check)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user