shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-12 15:18:34 +02:00
parent c6c5cb29a7
commit fa5288b366

View file

@ -17,6 +17,7 @@ static int iamsrv = 0;
void shelldebugprintf(char* x,...)
{
kprintf("debugprinting");
if (iamsrv)
srv_sendBuffer(&srv,emac_id,x,strlen(x));
else