mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

targets/cmsis/TARGET_NXP/TARGET_LPC13XX/cmsis.h

Committer:
screamer
Date:
2016-08-02
Revision:
144:423e1876dc07
Parent:
0:9b334a45a8ff

File content as of revision 144:423e1876dc07:

/* mbed Microcontroller Library - CMSIS
 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
 * 
 * A generic CMSIS include header, pulling in LPC13XX specifics
 */

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "LPC13Uxx.h"
#include "cmsis_nvic.h"

#endif