You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/utilities/fsl_os_abstraction.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,9 @@ typedef enum
66
66
kEventManualClr/*!< The flags of the event will be cleared manually. */
67
67
}event_clear_type;
68
68
69
+
// Temporary "fix", until the proper macros are integrated in the on-line build system
70
+
#defineFSL_RTOS_MBED
71
+
69
72
/* Include required header file based on RTOS selection */
70
73
#if defined (FSL_RTOS_MQX)
71
74
/*! @brief Macro to set message queue copy messages to internal memory or not. */
0 commit comments