We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd4b1c commit 3f0f214Copy full SHA for 3f0f214
libraries/ESP8266WiFi/src/include/UdpContext.h
@@ -475,7 +475,7 @@ class UdpContext
475
}
476
// construct in place
477
new(PBUF_ALIGNER(pb_helper->payload)) AddrHelper(srcaddr, TEMPDSTADDR, srcport);
478
- pb->flags = PBUF_HELPER_FLAG; // mark helper pbuf
+ pb_helper->flags = PBUF_HELPER_FLAG; // mark helper pbuf
479
// chain it
480
pbuf_cat(_rx_buf, pb_helper);
481
0 commit comments