From f8c4c276b1463f5fe299ef730a69a0b55dcb48ec Mon Sep 17 00:00:00 2001 From: BreakChen Date: Fri, 11 Sep 2020 19:19:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20apps/shell/src/shcmd.c.=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AA=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/shell/src/shcmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/shell/src/shcmd.c b/apps/shell/src/shcmd.c index 06845ac8..737fd243 100755 --- a/apps/shell/src/shcmd.c +++ b/apps/shell/src/shcmd.c @@ -453,6 +453,7 @@ unsigned int OsCmdKeyShift(const char *cmdKey, char *cmdOut, unsigned int size) free(outputBak); return SH_OK; } + int OsTabCompletion(char *cmdKey, unsigned int *len) { int count; -- Gitee