Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Fork of mbed by -deleted-

LPC2368/cmsis.h

Committer:
konnokeina
Date:
2013-10-17
Revision:
44:a3616d477ed5
Parent:
40:976df7c37ad5

File content as of revision 44:a3616d477ed5:

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

#ifndef TARGET_LPC2368
#define TARGET_LPC2368
#endif

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

#endif