修改esp32 idf miniterm 兼容性问题

Change-Id: Ib428cf54bb46aa4bf8823d63b03ef58dafc8f8f7
This commit is contained in:
weidonglin 2021-10-31 19:33:18 +08:00
parent ab4bbfb0f4
commit f787c2a927
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ static int xcmd_del_char(void *pv)
static int xcmd_enter(void *pv)
{
char *cmd = xcmd_display_line_end();
xcmd_print("\n\r");
xcmd_print(" \n\r");
if(cmd[0])
{
xcmd_exec(cmd);