diff --git a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/basic_types.h b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/basic_types.h index 87da20483e..682627d3f8 100644 --- a/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/basic_types.h +++ b/targets/TARGET_Realtek/TARGET_AMEBA/sdk/soc/realtek/common/bsp/basic_types.h @@ -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;