K64F TCP/IP code compilation temporary workaround

pull/274/head
Bogdan Marinescu 2014-04-24 13:07:35 +01:00 committed by bcostm
parent 9a5f81d75c
commit cdd657a5b0
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ typedef enum
kEventManualClr /*!< The flags of the event will be cleared manually. */ kEventManualClr /*!< The flags of the event will be cleared manually. */
}event_clear_type; }event_clear_type;
// Temporary "fix", until the proper macros are integrated in the on-line build system
#define FSL_RTOS_MBED
/* Include required header file based on RTOS selection */ /* Include required header file based on RTOS selection */
#if defined (FSL_RTOS_MQX) #if defined (FSL_RTOS_MQX)
/*! @brief Macro to set message queue copy messages to internal memory or not. */ /*! @brief Macro to set message queue copy messages to internal memory or not. */