port.h for MDK5

This commit is contained in:
Takashi Kojo
2013-10-24 20:55:21 +09:00
parent 558735c862
commit b4a03de8ee

View File

@@ -95,7 +95,11 @@
#elif defined(FREESCALE_MQX)
typedef MUTEX_STRUCT CyaSSL_Mutex;
#elif defined(CYASSL_MDK_ARM)
typedef OS_MUT CyaSSL_Mutex;
#if defined(CYASSL_CMSIS_RTOS)
typedef osMutexId CyaSSL_Mutex;
#else
typedef OS_MUT CyaSSL_Mutex;
#endif
#else
#error Need a mutex type in multithreaded mode
#endif /* USE_WINDOWS_API */