/TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/adc/fsl_adc_hal.h substitute line 894 extern } by }

Fork of mbed by mbed official

Committer:
emilmont
Date:
Wed Nov 21 10:49:56 2012 +0000
Revision:
44:24d45a770a51
Parent:
40:976df7c37ad5
Complete refactoring of the mbed library to move the target dependent code to a thin well defined layer, defining a proper object oriented C API to be implemented by the different silicon vendors.

Who changed what in which revision?

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