From 9c086d16dbd7f5f9a0ec59820acaccd5cd06ff94 Mon Sep 17 00:00:00 2001 From: qmfr <13720409820@163.com> Date: Sat, 6 Aug 2022 05:05:37 +0000 Subject: [PATCH] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3191b..f249e02 100755 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ static xcmd_t cmds[] = void test_cmd_init(void) { - xcmd_register(cmds, sizeof(cmds)/sizeof(xcmd_t)); + xcmd_cmd_register(cmds, sizeof(cmds)/sizeof(xcmd_t)); } ``` ##### 注册自定义快捷键