与上位机测试通过

This commit is contained in:
ranchuan
2023-06-14 18:05:04 +08:00
parent 2396796578
commit 2e705692b7
19 changed files with 82 additions and 117 deletions

View File

@@ -41,7 +41,7 @@ static commend_def *cmd_find(char *name)
void cmd_recv_slot(void *obj,uint8_t cmd,array_def *data,char *err_str)
void cmd_recv_slot(void *obj,const char *coder,uint8_t cmd,array_def *data,char *err_str)
{
self_def *s=&g_self;
commend_def *commd;