Commit 55963d0c authored by Alexander Alashkin's avatar Alexander Alashkin Committed by Cesanta Bot

Fix typo in platforms_esp

PUBLISHED_FROM=b17ef5bc8ec801fca91c89af5f97767a55911952
parent 44f7b918
...@@ -15,7 +15,7 @@ TARGET = eagle ...@@ -15,7 +15,7 @@ TARGET = eagle
#FLAVOR = release #FLAVOR = release
FLAVOR = debug FLAVOR = debug
EXTRA_CCFLAGS += -Wall -Werror EXTRA_CCFLAGS += -Wall -Werror -DRTOS_SDK
ifndef PDIR # { ifndef PDIR # {
GEN_IMAGES= eagle.app.v6.out GEN_IMAGES= eagle.app.v6.out
......
...@@ -475,7 +475,10 @@ typedef struct stat cs_stat_t; ...@@ -475,7 +475,10 @@ typedef struct stat cs_stat_t;
#define INT64_X_FMT PRIx64 #define INT64_X_FMT PRIx64
#define __cdecl #define __cdecl
#define _FILE_OFFSET_BITS 32 #define _FILE_OFFSET_BITS 32
#define fineno(x) -1
#ifndef RTOS_SDK
#define fileno(x) -1
#endif
#define MG_LWIP 1 #define MG_LWIP 1
......
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