8000 lwip2: fix minor "C" conflict by d-a-v · Pull Request #4052 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

lwip2: fix minor "C" conflict #4052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/sdk/lwip2/builder
Submodule builder updated 1 files
+1 −1 glue/gluedebug.h
2 changes: 1 addition & 1 deletion tools/sdk/lwip2/include/gluedebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
0