diff --git a/src/pbuf.c b/src/pbuf.c index a3c2636..5fb380e 100644 --- a/src/pbuf.c +++ b/src/pbuf.c @@ -1,7 +1,5 @@ #include -#include - void pbuf_pool_create(pbuf_pool_t *pool, uint32_t pbuf_count, void *pbuf_memory, uint32_t pbuf_payload_capacity, void *pbuf_payload_memory) { @@ -50,7 +48,7 @@ } - +/* void pbuf_dump_pool(pbuf_pool_t *pool) { debug_printf("\r\nPool %x, %u pbufs available\r\n", pool, pool->pbufs_available); @@ -64,4 +62,4 @@ debug_printf("\r\nEnd of dump\r\n"); } - +*/