shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-12 15:16:37 +02:00
parent bb1e791860
commit 56f2964053

View file

@ -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)