increase shell tx buffer
This commit is contained in:
parent
0b1d872ed0
commit
898feac168
@ -80,7 +80,7 @@ static inline void uart_gpio_config(void)
|
||||
}
|
||||
|
||||
|
||||
static char shell_uart_tx_buff[128];
|
||||
static char shell_uart_tx_buff[256];
|
||||
static char shell_uart_rx_buff[48];
|
||||
struct stm_uart shell_uart;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user