EthernetNetIf Compatibility.
Dependents: XBeeWiFi_SPI_example
Fork of NetServicesSource by
Diff: lwip/netif/ppp/vj.c
- Revision:
- 5:dd63a1e02b1b
- Parent:
- 4:fd826cad83c0
--- a/lwip/netif/ppp/vj.c Fri Jul 09 14:46:47 2010 +0000 +++ b/lwip/netif/ppp/vj.c Tue Jul 27 15:59:42 2010 +0000 @@ -608,7 +608,7 @@ goto bad; } - bufptr = (u8_t*)n0->payload; + bufptr = (u8_t *)n0->payload; for(q = np; q != NULL; q = q->next) { MEMCPY(q->payload, bufptr, q->len); bufptr += q->len;