benchmark

This commit is contained in:
Carl-Benedikt Krüger 2011-08-04 16:00:22 +02:00
parent 2d088421ff
commit 210ebfb68f
2 changed files with 1 additions and 2 deletions

View file

@ -703,7 +703,6 @@ static void mmnif_link_layer(struct netif *netif, struct pbuf *q, ip_addr_t *ipa
netif->linkoutput(netif,q);
}
/*
* Init the device (called from lwip)
* It's invoked in netif_add

View file

@ -158,7 +158,7 @@ void srv_on_conn(ServerEventArgs* e)
{
int i = 0, err = 0;
int tmp1,tmp2;
char buff[1220];
char buff[1024];
SHELLDEBUGPRINTF("someone finally connected\n");