shell test
This commit is contained in:
parent
bb1e791860
commit
56f2964053
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ void shelldebugprintf(char* x,...)
|
|||
if (iamsrv)
|
||||
srv_sendBuffer(&srv,emac_id,x,strlen(x));
|
||||
else
|
||||
cli_sendBuffer(&cli,x,srlen(x));
|
||||
cli_sendBuffer(&cli,x,strlen(x));
|
||||
}
|
||||
|
||||
void shell_on_connect(ServerEventArgs* e)
|
||||
|
|
Loading…
Add table
Reference in a new issue