/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:
Wed Jun 11 15:14:05 2014 +0100
Revision:
85:024bf7f99721
Release 85 of the mbed library

Main changes:

- K64F Ethernet fixes
- Updated tests
- Fixes for various mbed targets
- Code cleanup: fixed warnings, more consistent code style
- GCC support for K64F

There is a known issue with the I2C interface on some ST targets. If you
find the I2C interface problematic on your ST board, please log a bug
against this on mbed.org.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 85:024bf7f99721 1 // List of reserved pins for MBED LPC1768
bogdanm 85:024bf7f99721 2
bogdanm 85:024bf7f99721 3 #ifndef RESERVED_PINS_H
bogdanm 85:024bf7f99721 4 #define RESERVED_PINS_H
bogdanm 85:024bf7f99721 5
bogdanm 85:024bf7f99721 6 #define TARGET_RESERVED_PINS {}
bogdanm 85:024bf7f99721 7
bogdanm 85:024bf7f99721 8 #endif