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 mbed-dev by
Diff: platform/mbed_critical.c
- Revision:
- 160:d5399cc887bb
- Parent:
- 153:fa9ff456f731
- Child:
- 167:e84263d55307
--- a/platform/mbed_critical.c Tue Feb 28 17:13:35 2017 +0000 +++ b/platform/mbed_critical.c Tue Mar 14 16:40:56 2017 +0000 @@ -17,11 +17,11 @@ /* Declare __STDC_LIMIT_MACROS so stdint.h defines UINT32_MAX when using C++ */ #define __STDC_LIMIT_MACROS -#include "platform/critical.h" +#include "platform/mbed_critical.h" #include "cmsis.h" #include "platform/mbed_assert.h" -#include "platform/toolchain.h" +#include "platform/mbed_toolchain.h" #define EXCLUSIVE_ACCESS (!defined (__CORTEX_M0) && !defined (__CORTEX_M0PLUS))