lwip operating system abstraction layer implementation based on CMSIS-RTOS

Dependents:   LwIPNetworking NetServicesMin EthernetInterface EthernetInterface_RSF ... more

Revision:
18:8b8671ab556f
Parent:
17:12e78a2462d0
--- a/arch/sys_arch.h	Fri Oct 09 08:00:21 2015 +0100
+++ b/arch/sys_arch.h	Thu May 05 20:45:38 2016 +0100
@@ -40,7 +40,7 @@
     osMutexId    id;
     osMutexDef_t def;
 #ifdef CMSIS_OS_RTX
-#ifdef __MBED_CMSIS_RTOS_CA9
+#if defined(__MBED_CMSIS_RTOS_CA9) || defined(__MBED_CMSIS_RTOS_CM)
     int32_t      data[4];
 #else
     int32_t      data[3];