Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of lwip-sys by
Diff: arch/sys_arch.h
- Revision:
- 18:8b8671ab556f
- Parent:
- 17:12e78a2462d0
diff -r 12e78a2462d0 -r 8b8671ab556f arch/sys_arch.h
--- 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];
    