mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-17 12:02:15 +03:00
lwip2: fix minor "C" conflict (#4052)
This commit is contained in:
Submodule tools/sdk/lwip2/builder updated: 6f41898808...11d2224d20
@ -43,7 +43,7 @@ extern int doprint_allow;
|
|||||||
#define USE_OPTIMIZE_PRINTF // at least used in arduino/esp8266
|
#define USE_OPTIMIZE_PRINTF // at least used in arduino/esp8266
|
||||||
#endif
|
#endif
|
||||||
// os_printf_plus() missing in osapi.h (fixed in arduino's sdk-2.1):
|
// 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
|
#include <osapi.h> // os_printf* definitions + ICACHE_RODATA_ATTR
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user