Skip to content

Commit 416cb0b

Browse files
committed
Fix capital letter filename
1 parent bad536c commit 416cb0b

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_M7

1 file changed

+1
-1
lines changed

libraries/mbed/targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_M7/CMSDK_CM7.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ typedef enum IRQn
109109
#define __ICACHE_PRESENT 1
110110
#define __DCACHE_PRESENT 1
111111

112-
#include "core_CM7.h" /* Processor and core peripherals */
112+
#include "core_cm7.h" /* Processor and core peripherals */
113113
#include "system_CMSDK_CM7.h" /* System Header */
114114

115115

0 commit comments

Comments
 (0)