]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - tmk_core/tool/mbed/mbed-sdk/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC43XX/cmsis.h
Merge commit '28203e909e83b1ac6becb45a3eadae23b190df32' into master-core-pull
[max/tmk_keyboard.git] / tmk_core / tool / mbed / mbed-sdk / libraries / mbed / targets / cmsis / TARGET_NXP / TARGET_LPC43XX / cmsis.h
1 /* mbed Microcontroller Library - CMSIS
2  * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
3  * 
4  * A generic CMSIS include header, pulling in LPC43xx specifics
5  *
6  * Ported to NXP LPC43XX by Micromint USA <support@micromint.com>
7  */
8
9 #ifndef MBED_CMSIS_H
10 #define MBED_CMSIS_H
11
12 #include "LPC43xx.h"
13 #include "cmsis_nvic.h"
14
15 #endif