ARM: rename mbed-core_cm0.h to cmsis-core_cm0.h.
Part of the effort to rename all CMSIS-provided files to "cmsis-".
This commit is contained in:
parent
d1c624f0c5
commit
052706975d
|
|
@ -121,7 +121,7 @@ typedef enum IRQn
|
||||||
/*@}*/ /* end of group LPC11xx_CMSIS */
|
/*@}*/ /* end of group LPC11xx_CMSIS */
|
||||||
|
|
||||||
|
|
||||||
#include "mbed-core_cm0.h" /* Cortex-M0 processor and core peripherals */
|
#include "cmsis-core_cm0.h" /* Cortex-M0 processor and core peripherals */
|
||||||
#include "mbed-system_LPC11xx.h" /* System Header */
|
#include "mbed-system_LPC11xx.h" /* System Header */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue