ARM: rename mbed-LPC11xx.h to cmsis-lpc11xx.h.
Part of the effort to rename all CMSIS-provided files to "cmsis-".
This commit is contained in:
parent
4ff26e1776
commit
a7240523e1
|
|
@ -20,7 +20,7 @@
|
|||
interrupt safe and also a few clock cycles faster. See macros in pinio.h.
|
||||
*/
|
||||
|
||||
#include "mbed-LPC11xx.h"
|
||||
#include "cmsis-lpc11xx.h"
|
||||
|
||||
/** Pins for UART, the serial port.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#if defined TEACUP_C_INCLUDE && defined __ARMEL__
|
||||
|
||||
#include "mbed-LPC11xx.h" // For __ASM() and __SYSTEM_CLOCK.
|
||||
#include "cmsis-lpc11xx.h" // For __ASM() and __SYSTEM_CLOCK.
|
||||
|
||||
|
||||
/** Delay in microseconds.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#ifdef __ARMEL__
|
||||
|
||||
#include "mbed-system_LPC11xx.h"
|
||||
#include "mbed-LPC11xx.h"
|
||||
#include "cmsis-lpc11xx.h"
|
||||
|
||||
// Moved definitions from here to system_LPC11xx.h.
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#if defined TEACUP_C_INCLUDE && defined __ARMEL__
|
||||
|
||||
#include "arduino.h"
|
||||
#include "mbed-LPC11xx.h"
|
||||
#include "cmsis-lpc11xx.h"
|
||||
#include "delay.h"
|
||||
#include "sersendf.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue