LPC1768

Committer:
mrsoundhar
Date:
Wed Nov 19 05:50:22 2014 +0000
Revision:
0:ae306d3f6076
publish

Who changed what in which revision?

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