修改esp32 idf miniterm 兼容性问题
Change-Id: Ib428cf54bb46aa4bf8823d63b03ef58dafc8f8f7
This commit is contained in:
parent
ab4bbfb0f4
commit
f787c2a927
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue