mirror of https://github.com/ARMmbed/mbed-os.git
reslove conflict UINT definition between basic_types.h & filesystem
parent
08489e4f18
commit
ba03499b21
|
@ -97,7 +97,7 @@ typedef unsigned char bool;
|
|||
|
||||
#define UCHAR uint8_t
|
||||
#define USHORT uint16_t
|
||||
#define UINT uint32_t
|
||||
//#define UINT uint32_t
|
||||
#define ULONG uint32_t
|
||||
|
||||
typedef struct { volatile int counter; } atomic_t;
|
||||
|
|
Loading…
Reference in New Issue