mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-27 20:59:00 +08:00
Prepare pic32 docker image and xc32 makefile
This PR does not include `fw/platforms/pic32` since it's too dirty. PUBLISHED_FROM=db50ba389202da80355aafe5f2c1ceeca7bffe41
This commit is contained in:
parent
39ea91cfc2
commit
54ad1e4e47
@ -1454,6 +1454,10 @@ typedef TCP_SOCKET sock_t;
|
||||
#define SIZE_T_FMT "lu"
|
||||
#define INT64_FMT "lld"
|
||||
|
||||
#ifndef CS_ENABLE_STDIO
|
||||
#define CS_ENABLE_STDIO 1
|
||||
#endif
|
||||
|
||||
char* inet_ntoa(struct in_addr in);
|
||||
|
||||
#endif /* CS_PLATFORM == CS_P_PIC32 */
|
||||
|
Loading…
Reference in New Issue
Block a user