increase shell tx buffer
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user