Soundharrajan

Fork of mbed by mbed official

Committer:
bogdanm
Date:
Mon Nov 18 22:09:31 2013 +0200
Revision:
70:673126e12c73
Release 70 of the mbed library

This release is a bugfix release for release 69, it adds proper target
support for LPC4088_EA.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 70:673126e12c73 1 /* mbed Microcontroller Library - CMSIS
bogdanm 70:673126e12c73 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
bogdanm 70:673126e12c73 3 *
bogdanm 70:673126e12c73 4 * A generic CMSIS include header, pulling in LPC407x_8x specifics
bogdanm 70:673126e12c73 5 */
bogdanm 70:673126e12c73 6
bogdanm 70:673126e12c73 7 #ifndef MBED_CMSIS_H
bogdanm 70:673126e12c73 8 #define MBED_CMSIS_H
bogdanm 70:673126e12c73 9
bogdanm 70:673126e12c73 10 #include "LPC407x_8x_177x_8x.h"
bogdanm 70:673126e12c73 11 #include "cmsis_nvic.h"
bogdanm 70:673126e12c73 12
bogdanm 70:673126e12c73 13 #endif