Filippo Casamassima / mbed

Dependents:   Nucleo_blueNRG

Fork of mbed by mbed official

LPC2368/cmsis.h

Committer:
samux
Date:
2013-05-08
Revision:
63:b3110cd2dd17
Parent:
44:24d45a770a51

File content as of revision 63:b3110cd2dd17:

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