OK
Fork of mbed-dev by
Revision 115:33c68e1b9487, committed 2016-04-26
- Comitter:
- mbed_official
- Date:
- Tue Apr 26 17:30:10 2016 +0100
- Parent:
- 114:fe4fe5cfc3a3
- Child:
- 116:983bd476082e
- Commit message:
- Synchronized with git revision e090a88f3a1af2257510fb3e1d4e0c5ad5a30a08
Full URL: https://github.com/mbedmicro/mbed/commit/e090a88f3a1af2257510fb3e1d4e0c5ad5a30a08/
[ARM_MPS2_M7] Fix capital letter filename
Changed in this revision
targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_M7/CMSDK_CM7.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_M7/CMSDK_CM7.h Tue Apr 26 17:15:11 2016 +0100 +++ b/targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_M7/CMSDK_CM7.h Tue Apr 26 17:30:10 2016 +0100 @@ -109,7 +109,7 @@ #define __ICACHE_PRESENT 1 #define __DCACHE_PRESENT 1 -#include "core_CM7.h" /* Processor and core peripherals */ +#include "core_cm7.h" /* Processor and core peripherals */ #include "system_CMSDK_CM7.h" /* System Header */