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:
- 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 ===