lwip-sys with changes
Fork of lwip-sys by
Diff: arch/sys_arch.h
- Revision:
- 17:12e78a2462d0
- Parent:
- 9:d7ad3f3ee934
- Child:
- 18:8b8671ab556f
--- a/arch/sys_arch.h Wed Jun 17 11:15:34 2015 +0100 +++ b/arch/sys_arch.h Fri Oct 09 08:00:21 2015 +0100 @@ -40,8 +40,12 @@ osMutexId id; osMutexDef_t def; #ifdef CMSIS_OS_RTX +#ifdef __MBED_CMSIS_RTOS_CA9 + int32_t data[4]; +#else int32_t data[3]; #endif +#endif } sys_mutex_t; // === MAIL BOX ===