/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 Apr 07 18:28:36 2014 +0100
Revision:
82:6473597d706e
Release 82 of the mbed library

Main changes:

- support for K64F
- Revisited Nordic code structure
- Test infrastructure improvements
- various bug fixes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 82:6473597d706e 1 // List of reserved pins for C027 LPC1768
bogdanm 82:6473597d706e 2
bogdanm 82:6473597d706e 3 #ifndef RESERVED_PINS_H
bogdanm 82:6473597d706e 4 #define RESERVED_PINS_H
bogdanm 82:6473597d706e 5
bogdanm 82:6473597d706e 6 #define TARGET_RESERVED_PINS {P3_26}
bogdanm 82:6473597d706e 7
bogdanm 82:6473597d706e 8 #endif