diff --git a/rtos/source/TARGET_CORTEX/rtx5/RTX/Source/rtx_core_cm.h b/rtos/source/TARGET_CORTEX/rtx5/RTX/Source/rtx_core_cm.h index 9bd0c88674..94ee5ba7ec 100644 --- a/rtos/source/TARGET_CORTEX/rtx5/RTX/Source/rtx_core_cm.h +++ b/rtos/source/TARGET_CORTEX/rtx5/RTX/Source/rtx_core_cm.h @@ -35,11 +35,11 @@ typedef bool bool_t; #ifndef FALSE -#define FALSE ((bool_t)0) +#define FALSE (0) #endif #ifndef TRUE -#define TRUE ((bool_t)1) +#define TRUE (1) #endif #ifdef RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS