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 5786e85 commit 992aa94Copy full SHA for 992aa94
libraries/ESP8266WiFi/src/include/UdpContext.h
@@ -29,9 +29,14 @@ void esp_schedule();
29
#include <assert.h>
30
}
31
32
+#include <debug.h>
33
+
34
#include <AddrList.h>
35
#include <PolledTimeout.h>
36
37
+#include <lwip/init.h>
38
+#include <lwip/udp.h>
39
40
#define PBUF_ALIGNER_ADJUST 4
41
#define PBUF_ALIGNER(x) ((void*)((((intptr_t)(x))+3)&~3))
42
#define PBUF_HELPER_FLAG 0xff // lwIP pbuf flag: u8_t
0 commit comments