mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
Fix my last commit - break is missing
This commit is contained in:
parent
57b1471254
commit
449eb64fcb
@ -228,6 +228,7 @@ pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type)
|
|||||||
case PBUF_REF: /* fall through */
|
case PBUF_REF: /* fall through */
|
||||||
case PBUF_ROM:
|
case PBUF_ROM:
|
||||||
p = pbuf_alloc_reference(NULL, length, type);
|
p = pbuf_alloc_reference(NULL, length, type);
|
||||||
|
break;
|
||||||
case PBUF_POOL:
|
case PBUF_POOL:
|
||||||
{
|
{
|
||||||
struct pbuf *q, *last;
|
struct pbuf *q, *last;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user