mbed library sources. Supersedes mbed-src.

Dependents:   BREAK_SENSOR_LED

Fork of mbed-dev by mbed official

targets/TARGET_NXP/TARGET_LPC176X/device/cmsis.h

Committer:
Anythingconnected
Date:
2017-12-18
Revision:
180:d79f997829d6
Parent:
149:156823d33999

File content as of revision 180:d79f997829d6:

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

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "LPC17xx.h"
#include "cmsis_nvic.h"

#endif