8000 lwip2: fix minor "C" conflict (#4052) · gitsly/Arduino@b2e2d22 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2e2d22

Browse files
d-a-vdevyte
authored andcommitted
lwip2: fix minor "C" conflict (esp8266#4052)
1 parent b4653f4 commit b2e2d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/sdk/lwip2/builder

tools/sdk/lwip2/include/gluedebug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern int doprint_allow;
4343
#define USE_OPTIMIZE_PRINTF // at least used in arduino/esp8266
4444
#endif
4545
// os_printf_plus() missing in osapi.h (fixed in arduino's sdk-2.1):
46-
extern int os_printf_plus (const char * format, ...) __attribute__ ((format (printf, 1, 2)));
46+
//extern int os_printf_plus (const char * format, ...) __attribute__ ((format (printf, 1, 2)));
4747

4848
#include <osapi.h> // os_printf* definitions + ICACHE_RODATA_ATTR
4949

0 commit comments

Comments
 (0)
0