Revision 7de0cc90 unittests/lld/inc/ut_lld_adc.h
unittests/lld/inc/ut_lld_adc.h | ||
---|---|---|
63 | 63 |
/* EXTERN DECLARATIONS */ |
64 | 64 |
/******************************************************************************/ |
65 | 65 |
|
66 |
#ifdef __cplusplus
|
|
66 |
#if defined(__cplusplus)
|
|
67 | 67 |
extern "C" { |
68 |
#endif |
|
68 |
#endif /* defined(__cplusplus) */
|
|
69 | 69 |
aos_utresult_t utAdcFunc(BaseSequentialStream* stream, aos_unittest_t* ut); |
70 |
#ifdef __cplusplus
|
|
70 |
#if defined(__cplusplus)
|
|
71 | 71 |
} |
72 |
#endif |
|
72 |
#endif /* defined(__cplusplus) */
|
|
73 | 73 |
|
74 | 74 |
/******************************************************************************/ |
75 | 75 |
/* INLINE FUNCTIONS */ |
Also available in: Unified diff