1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-05-15 17:35:24 +03:00

lwip2: fix minor "C" conflict (#4052)

This commit is contained in:
david gauchard 2017-12-31 03:46:42 +01:00 committed by Develo
parent b4653f4d44
commit b2e2d2272f
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 6f418988085a7d30eee5ddfcad961de461e4aa60
Subproject commit 11d2224d2072192a668ea6f9f99f43fdf78b3c90

View File

@ -43,7 +43,7 @@ extern int doprint_allow;
#define USE_OPTIMIZE_PRINTF // at least used in arduino/esp8266
#endif
// os_printf_plus() missing in osapi.h (fixed in arduino's sdk-2.1):
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)));
#include <osapi.h> // os_printf* definitions + ICACHE_RODATA_ATTR