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.
Dependencies: BufferedSerial
Dependents: rtos_basic rtos_basic
Fork of mbed-rtos by
Diff: rtx/rt_HAL_CM.h
- Revision:
- 10:fcb1f103f7a1
- Parent:
- 7:80173c64d05d
- Child:
- 31:015df9e602b6
--- a/rtx/rt_HAL_CM.h Mon Jan 28 14:46:06 2013 +0000 +++ b/rtx/rt_HAL_CM.h Wed Apr 24 14:45:21 2013 +0000 @@ -50,7 +50,7 @@ #undef __USE_EXCLUSIVE_ACCESS -#if defined (__CORTEX_M0) +#if defined (__CORTEX_M0) || defined (__CORTEX_M0PLUS) #define __TARGET_ARCH_6S_M 1 #else #define __TARGET_ARCH_6S_M 0
