fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

Fork of mbed-src by mbed official

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 LPC8xx specifics
00005  */
00006 
00007 #ifndef MBED_CMSIS_H
00008 #define MBED_CMSIS_H
00009 
00010 #include "LPC8xx.h"
00011 #include "cmsis_nvic.h"
00012 
00013 #endif