/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_RBLAB_BLENANO/nordic_global.h@93:9dd889aeda0e, 2014-12-05 (annotated)
- Committer:
- fblanc
- Date:
- Fri Dec 05 15:42:32 2014 +0000
- Revision:
- 93:9dd889aeda0e
- Parent:
- 91:031413cf7a89
substitute line 894 extern } by }; /TARGET_K64F/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_KPSDK_CODE/hal/adc/fsl_adc_hal.h
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 91:031413cf7a89 | 1 | #ifndef _NORDIC_GLOBAL_H_ |
Kojto | 91:031413cf7a89 | 2 | #define _NORDIC_GLOBAL_H_ |
Kojto | 91:031413cf7a89 | 3 | |
Kojto | 91:031413cf7a89 | 4 | /* There are no global defines in mbed, so we need to define */ |
Kojto | 91:031413cf7a89 | 5 | /* mandatory conditional compilation flags here */ |
Kojto | 91:031413cf7a89 | 6 | //#define NRF51 |
Kojto | 91:031413cf7a89 | 7 | #ifndef DEBUG_NRF_USER |
Kojto | 91:031413cf7a89 | 8 | #define DEBUG_NRF_USER |
Kojto | 91:031413cf7a89 | 9 | #endif |
Kojto | 91:031413cf7a89 | 10 | #ifndef BLE_STACK_SUPPORT_REQD |
Kojto | 91:031413cf7a89 | 11 | #define BLE_STACK_SUPPORT_REQD |
Kojto | 91:031413cf7a89 | 12 | #endif |
Kojto | 91:031413cf7a89 | 13 | #ifndef BOARD_PCA10001 |
Kojto | 91:031413cf7a89 | 14 | #define BOARD_PCA10001 |
Kojto | 91:031413cf7a89 | 15 | #endif |
Kojto | 91:031413cf7a89 | 16 | |
Kojto | 91:031413cf7a89 | 17 | #endif |