1
0
mirror of https://github.com/NevermindZZT/letter-shell.git synced 2025-01-21 10:02:54 +08:00

修复 部分编译器命令组声明报错

This commit is contained in:
Letter 2024-06-27 21:33:18 +08:00
parent abc23365d0
commit 0ce0255194

View File

@ -78,6 +78,6 @@
* *
* @note * @note
*/ */
#define SHELL_CMD_GROUP_END() {0} #define SHELL_CMD_GROUP_END() {.data.cmd.name = NULL}
int shellCmdGroupRun(ShellCommand *group, int argc, char *argv[]); int shellCmdGroupRun(ShellCommand *group, int argc, char *argv[]);