/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:
Mon Nov 18 11:49:24 2013 +0200
Revision:
69:4a7918f48478
Parent:
66:9c8f0e3462fb
Release 69 of the med library

Changes:

- CAN API for filters
- exporter fixes and new exporters
- preliminary Travis CI integration
- bug fixes

Who changed what in which revision?

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