Commit 747e40e7 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Marko Mikulicic

Fix size_t printing on CC3200

    PUBLISHED_FROM=65b068a7620e7117c0dffc762d710e08dfbad037
parent cf279e78
......@@ -239,7 +239,7 @@ struct dirent *readdir(DIR *dir);
#define INVALID_SOCKET (-1)
#define INT64_FMT PRId64
#if defined(ESP8266) || defined(MG_ESP8266)
#if defined(ESP8266) || defined(MG_ESP8266) || defined(MG_CC3200)
#define SIZE_T_FMT "u"
#else
#define SIZE_T_FMT "zu"
......
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