mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
arm: Change _int32_t from int to long to match the compiler
This commit is contained in:
committed by
Xiang Xiao
parent
b8e559bb2e
commit
b1ed95f29d
@@ -56,8 +56,8 @@ typedef unsigned char _uint8_t;
|
|||||||
typedef signed short _int16_t;
|
typedef signed short _int16_t;
|
||||||
typedef unsigned short _uint16_t;
|
typedef unsigned short _uint16_t;
|
||||||
|
|
||||||
typedef signed int _int32_t;
|
typedef signed long _int32_t;
|
||||||
typedef unsigned int _uint32_t;
|
typedef unsigned long _uint32_t;
|
||||||
|
|
||||||
typedef signed long long _int64_t;
|
typedef signed long long _int64_t;
|
||||||
typedef unsigned long long _uint64_t;
|
typedef unsigned long long _uint64_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user