/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
TARGET_LPC11U68/cmsis.h@84:0b3ab51c8877, 2014-05-19 (annotated)
- Committer:
- bogdanm
- Date:
- Mon May 19 18:14:09 2014 +0100
- Revision:
- 84:0b3ab51c8877
Release 84 of the mbed library
Main changes:
- added LPC11U68 to the official build
- Bug fixes and new features for ST Nucleo boards
- I2C fixes for Freescale targets
- Added nRF51822 exporters
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 84:0b3ab51c8877 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 84:0b3ab51c8877 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 84:0b3ab51c8877 | 3 | * |
bogdanm | 84:0b3ab51c8877 | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics |
bogdanm | 84:0b3ab51c8877 | 5 | */ |
bogdanm | 84:0b3ab51c8877 | 6 | |
bogdanm | 84:0b3ab51c8877 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 84:0b3ab51c8877 | 8 | #define MBED_CMSIS_H |
bogdanm | 84:0b3ab51c8877 | 9 | |
bogdanm | 84:0b3ab51c8877 | 10 | #include "LPC11U6x.h" |
bogdanm | 84:0b3ab51c8877 | 11 | #include "cmsis_nvic.h" |
bogdanm | 84:0b3ab51c8877 | 12 | |
bogdanm | 84:0b3ab51c8877 | 13 | #endif |