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 b4653f4 commit b2e2d22Copy full SHA for b2e2d22
tools/sdk/lwip2/builder
tools/sdk/lwip2/include/gluedebug.h
@@ -43,7 +43,7 @@ extern int doprint_allow;
43
#define USE_OPTIMIZE_PRINTF // at least used in arduino/esp8266
44
#endif
45
// 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)));
+//extern int os_printf_plus (const char * format, ...) __attribute__ ((format (printf, 1, 2)));
47
48
#include <osapi.h> // os_printf* definitions + ICACHE_RODATA_ATTR
49
0 commit comments