increase shell tx buffer

This commit is contained in:
Mario Hüttel 2020-11-29 20:00:16 +01:00
parent 0b1d872ed0
commit 898feac168
1 changed files with 1 additions and 1 deletions

View File

@ -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]; static char shell_uart_rx_buff[48];
struct stm_uart shell_uart; struct stm_uart shell_uart;