mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
lwip2: build: include and lib
This commit is contained in:
committed by
Ivan Grokhotkov
parent
84cf2f4b5e
commit
7315095e46
10
tools/sdk/lwip2/include/lwip-err-t.h
Normal file
10
tools/sdk/lwip2/include/lwip-err-t.h
Normal file
@ -0,0 +1,10 @@
|
||||
// script-generated, extracted from espressif SDK's lwIP arch/cc.h
|
||||
#define LWIP_NO_STDINT_H 1
|
||||
typedef unsigned char u8_t;
|
||||
typedef signed char s8_t;
|
||||
typedef unsigned short u16_t;
|
||||
typedef signed short s16_t;
|
||||
typedef unsigned long u32_t;
|
||||
typedef signed long s32_t;
|
||||
typedef unsigned long mem_ptr_t;
|
||||
#define LWIP_ERR_T s32_t
|
Reference in New Issue
Block a user