Commit 54ad1e4e authored by Dmitry Frank's avatar Dmitry Frank Committed by Cesanta Bot

Prepare pic32 docker image and xc32 makefile

This PR does not include `fw/platforms/pic32` since it's too dirty.

PUBLISHED_FROM=db50ba389202da80355aafe5f2c1ceeca7bffe41
parent 39ea91cf
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment