mirror of
https://github.com/NevermindZZT/letter-shell.git
synced 2025-01-21 10:02:54 +08:00
修复 部分编译器命令组声明报错
This commit is contained in:
parent
abc23365d0
commit
0ce0255194
@ -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[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user