diff --git a/src/core/pbuf.c b/src/core/pbuf.c index d460d8f4..a209e0ca 100644 --- a/src/core/pbuf.c +++ b/src/core/pbuf.c @@ -1074,7 +1074,7 @@ void * pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset) { const struct pbuf *q; - uint16_t out_offset; + u16_t out_offset; LWIP_ERROR("pbuf_get_contiguous: invalid buf", (p != NULL), return NULL;); LWIP_ERROR("pbuf_get_contiguous: invalid dataptr", (buffer != NULL), return NULL;);