printer

Dependents:   Good_Serial_HelloWorld_Mbed

Fork of mbed by gokmen ascioglu

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers cmsis.h Source File

cmsis.h

00001 /* mbed Microcontroller Library - CMSIS
00002  * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
00003  * 
00004  * A generic CMSIS include header, pulling in LPC1768 specifics
00005  */
00006 
00007 #ifndef MBED_CMSIS_H
00008 #define MBED_CMSIS_H
00009 
00010 #ifndef TARGET_LPC1768
00011 #define TARGET_LPC1768
00012 #endif
00013 
00014 #include "LPC17xx.h"
00015 #include "cmsis_nvic.h"
00016 
00017 #endif