Minor: comment in pbuf.c

This commit is contained in:
Dirk Ziegelmeier 2016-10-03 09:45:59 +02:00
parent 5e15125b3d
commit eb77c839fc

View File

@ -56,6 +56,8 @@ void eth_rx_irq()
my_pbuf->p.custom_free_function = my_pbuf_free_custom;
my_pbuf->dma_descriptor = dma_desc;
invalidate_cpu_cache(dma_desc->rx_data, dma_desc->rx_length);
struct pbuf* p = pbuf_alloced_custom(PBUF_RAW,
dma_desc->rx_length,
PBUF_REF,