benchmark
This commit is contained in:
parent
2d088421ff
commit
210ebfb68f
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue