/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:
bogdanm
Date:
Mon Aug 12 13:17:46 2013 +0300
Revision:
65:5798e58a58b1
Child:
66:9c8f0e3462fb
New target (LPC4088), new features (interrupt chaining), bug fixes (KL25Z I2C).

Who changed what in which revision?

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