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 by
Diff: TARGET_LPC4088/LPC407x_8x_177x_8x.h
- Revision:
- 68:f37f3b9c9f0b
- Parent:
- 66:9c8f0e3462fb
- Child:
- 122:f9eeca106725
diff -r a9913a65894f -r f37f3b9c9f0b TARGET_LPC4088/LPC407x_8x_177x_8x.h --- a/TARGET_LPC4088/LPC407x_8x_177x_8x.h Thu Sep 19 15:44:18 2013 +0300 +++ b/TARGET_LPC4088/LPC407x_8x_177x_8x.h Wed Oct 23 16:23:06 2013 +0300 @@ -34,7 +34,9 @@ #ifndef __LPC407x_8x_177x_8x_H__ #define __LPC407x_8x_177x_8x_H__ -#define CORE_M4 +#if defined(__CORTEX_M4) && !defined(CORE_M4) + #define CORE_M4 +#endif // ################## // Code Red - excluded extern "C" as unrequired
