Skip to content

Commit 43f1e01

Browse files
author
Bogdan Marinescu
committed
K64F TCP/IP code compilation temporary workaround
1 parent 94fd222 commit 43f1e01

File tree

1 file changed

+3
-0
lines changed
  • libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/utilities

1 file changed

+3
-0
lines changed

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/utilities/fsl_os_abstraction.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ typedef enum
6666
kEventManualClr /*!< The flags of the event will be cleared manually. */
6767
}event_clear_type;
6868

69+
// Temporary "fix", until the proper macros are integrated in the on-line build system
70+
#define FSL_RTOS_MBED
71+
6972
/* Include required header file based on RTOS selection */
7073
#if defined (FSL_RTOS_MQX)
7174
/*! @brief Macro to set message queue copy messages to internal memory or not. */

0 commit comments

Comments
 (0)