mbed library sources. Supersedes mbed-src. Add PORTG support for STM32L476JG (SensorTile kit)

Dependents:   SensorTileTest

Fork of mbed-dev by mbed official

targets/TARGET_NXP/TARGET_LPC13XX/device/cmsis.h

Committer:
shaoziyang
Date:
2017-01-02
Revision:
154:1375a99fb16d
Parent:
149:156823d33999

File content as of revision 154:1375a99fb16d:

/* 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