mbed-os

Fork of mbed-os by erkin yucel

targets/TARGET_NXP/TARGET_LPC23XX/device/cmsis.h

Committer:
xuaner
Date:
2017-07-20
Revision:
1:3deb71413561
Parent:
0:f269e3021894

File content as of revision 1:3deb71413561:

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

#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H

#include "LPC23xx.h"
#include "cmsis_nvic.h"

#endif