Skip to content

Commit ba03499

Browse files
Archcady0xc0170
authored andcommitted
reslove conflict UINT definition between basic_types.h & filesystem
1 parent 08489e4 commit ba03499

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp

1 file changed

+1
-1
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/basic_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ typedef unsigned char bool;
9797

9898
#define UCHAR uint8_t
9999
#define USHORT uint16_t
100-
#define UINT uint32_t
100+
//#define UINT uint32_t
101101
#define ULONG uint32_t
102102

103103
typedef struct { volatile int counter; } atomic_t;

0 commit comments

Comments
 (0)