1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

sdk: update to v2.1.0-10-g509eae8

This commit is contained in:
Ivan Grokhotkov
2017-05-23 18:23:20 +08:00
committed by Ivan Grokhotkov
parent 2c2d6a3bad
commit e04903225e
49 changed files with 783 additions and 1105 deletions

View File

@ -40,9 +40,6 @@
#include "osapi.h"
#define EFAULT 14
#undef ICACHE_FLASH_ATTR
#define ICACHE_FLASH_ATTR
//#define LWIP_PROVIDE_ERRNO
#if (1)
@ -68,7 +65,7 @@ typedef unsigned long mem_ptr_t;
#define U32_F "d"
#define X32_F "x"
#define LWIP_ERR_T s32_t
//#define PACK_STRUCT_FIELD(x) x __attribute__((packed))
#define PACK_STRUCT_FIELD(x) x