From 052706975d095d066c08013163f3a2598342c23f Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Wed, 29 Jul 2015 23:59:44 +0200 Subject: [PATCH] ARM: rename mbed-core_cm0.h to cmsis-core_cm0.h. Part of the effort to rename all CMSIS-provided files to "cmsis-". --- mbed-core_cm0.h => cmsis-core_cm0.h | 0 cmsis-lpc11xx.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename mbed-core_cm0.h => cmsis-core_cm0.h (100%) diff --git a/mbed-core_cm0.h b/cmsis-core_cm0.h similarity index 100% rename from mbed-core_cm0.h rename to cmsis-core_cm0.h diff --git a/cmsis-lpc11xx.h b/cmsis-lpc11xx.h index 1af943c..e7ff1d8 100644 --- a/cmsis-lpc11xx.h +++ b/cmsis-lpc11xx.h @@ -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 */