update extensions/ex_keys/ex_keys.c.

This commit is contained in:
qmfr 2021-10-08 14:01:23 +00:00 committed by Gitee
parent c8aff40e7a
commit 5dda38a0bb
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ static int xcmd_ctr_k(void *pv)
static int xcmd_ctr_l(void *pv)
{
xcmd_exec("clear");
return 0;
}