Update comment in MDNS and pbuf.c

This commit is contained in:
Dirk Ziegelmeier 2016-09-21 12:37:31 +02:00
parent c9bae5ea9b
commit c25de8f317
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* ------------------------- * -------------------------
* *
* - Probing/conflict resolution * - Probing/conflict resolution
* - Sending goodbye messages (zero ttl) * - Sending goodbye messages (zero ttl) - shutdown, DHCP lease about to expire, DHCP turned off...
* - Checking that source address of unicast requests are on the same network * - Checking that source address of unicast requests are on the same network
* - Limiting multicast responses to 1 per second per resource record * - Limiting multicast responses to 1 per second per resource record
* - Fragmenting replies if required * - Fragmenting replies if required

View File

@ -59,7 +59,7 @@ void eth_rx_irq()
struct pbuf* p = pbuf_alloced_custom(PBUF_RAW, struct pbuf* p = pbuf_alloced_custom(PBUF_RAW,
dma_desc->rx_length, dma_desc->rx_length,
PBUF_REF, PBUF_REF,
&my_pbuf.p, &my_pbuf->p,
dma_desc->rx_data, dma_desc->rx_data,
dma_desc->max_buffer_size); dma_desc->max_buffer_size);