Changes to support running on smaller memory LPC device LPC1764
Fork of mbed-dev by
Diff: targets/cmsis/TARGET_Freescale/TARGET_K22F/cmsis.h
- Revision:
- 121:7f86b4238bec
- Parent:
- 0:9b334a45a8ff
- Child:
- 144:ef7eb2e8f9f7
--- a/targets/cmsis/TARGET_Freescale/TARGET_K22F/cmsis.h Fri Apr 29 16:15:10 2016 +0100 +++ b/targets/cmsis/TARGET_Freescale/TARGET_K22F/cmsis.h Tue May 03 00:15:16 2016 +0100 @@ -7,7 +7,7 @@ #ifndef MBED_CMSIS_H #define MBED_CMSIS_H -#include "MK22F51212.h" +#include "fsl_device_registers.h" #include "cmsis_nvic.h" #endif