mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: platform/mbed_application.h
- Revision:
- 170:19eb464bc2be
- Parent:
- 167:e84263d55307
- Child:
- 178:79309dc6340a
--- a/platform/mbed_application.h Wed Jul 19 17:31:21 2017 +0100 +++ b/platform/mbed_application.h Thu Aug 03 13:13:39 2017 +0100 @@ -21,7 +21,12 @@ #include<stdint.h> -#define MBED_APPLICATION_SUPPORT defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7) +#if defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7) +#define MBED_APPLICATION_SUPPORT 1 +#else +#define MBED_APPLICATION_SUPPORT 0 +#endif + #if MBED_APPLICATION_SUPPORT #ifdef __cplusplus extern "C" {