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:
Markus Hitter 2015-07-29 23:59:44 +02:00
parent d1c624f0c5
commit 052706975d
2 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ typedef enum IRQn
/*@}*/ /* 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 */