/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_RZ_A1H/cmsis.h@92:4fc01daae5a5, 2014-11-27 (annotated)
- Committer:
- bogdanm
- Date:
- Thu Nov 27 13:33:22 2014 +0000
- Revision:
- 92:4fc01daae5a5
Release 92 of the mbed libray
Main changes:
- nRF51822: fixed pin assignment issues
- ST targets moving to the STM32Cube driver
- LPC1439: fixed serial interrupt issue
- first Cortex-A platform supported in mbed (RZ_A1H)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 92:4fc01daae5a5 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 92:4fc01daae5a5 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 92:4fc01daae5a5 | 3 | * |
bogdanm | 92:4fc01daae5a5 | 4 | * A generic CMSIS include header, pulling in LPC1768 specifics |
bogdanm | 92:4fc01daae5a5 | 5 | */ |
bogdanm | 92:4fc01daae5a5 | 6 | |
bogdanm | 92:4fc01daae5a5 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 92:4fc01daae5a5 | 8 | #define MBED_CMSIS_H |
bogdanm | 92:4fc01daae5a5 | 9 | |
bogdanm | 92:4fc01daae5a5 | 10 | #include "MBRZA1H.h" |
bogdanm | 92:4fc01daae5a5 | 11 | |
bogdanm | 92:4fc01daae5a5 | 12 | #endif |