/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_K64F/cmsis.h@82:6473597d706e, 2014-04-07 (annotated)
- 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?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 82:6473597d706e | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 82:6473597d706e | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 82:6473597d706e | 3 | * |
bogdanm | 82:6473597d706e | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
bogdanm | 82:6473597d706e | 5 | */ |
bogdanm | 82:6473597d706e | 6 | |
bogdanm | 82:6473597d706e | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 82:6473597d706e | 8 | #define MBED_CMSIS_H |
bogdanm | 82:6473597d706e | 9 | |
bogdanm | 82:6473597d706e | 10 | #include "MK64F12.h" |
bogdanm | 82:6473597d706e | 11 | #include "cmsis_nvic.h" |
bogdanm | 82:6473597d706e | 12 | |
bogdanm | 82:6473597d706e | 13 | #endif |