mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-15 18:40:05 +00:00
C++ comments cleanup
This commit is contained in:
parent
8bfe344923
commit
398bf575d9
@ -269,7 +269,7 @@ pbuf_alloc(pbuf_layer l, u16_t length, pbuf_flag flag)
|
||||
pbuf_free(p);
|
||||
return NULL;
|
||||
}
|
||||
//q->next = NULL;
|
||||
/*q->next = NULL;*/
|
||||
/* make previous pbuf point to this pbuf */
|
||||
r->next = q;
|
||||
/* set length of this pbuf */
|
||||
|
@ -57,9 +57,6 @@
|
||||
#include "arch/perf.h"
|
||||
#include "lwip/snmp.h"
|
||||
|
||||
//#undef DEBUGF
|
||||
//#define DEBUGF(x,y) { page_printf("\f"); page_printf y; };
|
||||
|
||||
/* The list of UDP PCBs */
|
||||
#if LWIP_UDP
|
||||
/* was static, but we may want to access this from a socket layer */
|
||||
|
Loading…
x
Reference in New Issue
Block a user