mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
use int types for s32_t and u32_t.
This commit is contained in:
parent
8811d53224
commit
2b5879ef12
@ -19,8 +19,8 @@
|
||||
#define c_memset os_memset
|
||||
|
||||
typedef signed short file_t;
|
||||
typedef long int s32_t;
|
||||
typedef long unsigned int u32_t;
|
||||
typedef int32_t s32_t;
|
||||
typedef uint32_t u32_t;
|
||||
typedef int16_t s16_t;
|
||||
typedef uint16_t u16_t;
|
||||
typedef int8_t s8_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user