Revision 7de0cc90 unittests/periphery-lld/inc/ut_alld_A3906_v1.h
unittests/periphery-lld/inc/ut_alld_A3906_v1.h | ||
---|---|---|
134 | 134 |
/* EXTERN DECLARATIONS */ |
135 | 135 |
/******************************************************************************/ |
136 | 136 |
|
137 |
#ifdef __cplusplus
|
|
137 |
#if defined(__cplusplus)
|
|
138 | 138 |
extern "C" { |
139 |
#endif |
|
139 |
#endif /* defined(__cplusplus) */
|
|
140 | 140 |
aos_utresult_t utAlldA3906Func(BaseSequentialStream* stream, aos_unittest_t* ut); |
141 |
#ifdef __cplusplus
|
|
141 |
#if defined(__cplusplus)
|
|
142 | 142 |
} |
143 |
#endif |
|
143 |
#endif /* defined(__cplusplus) */
|
|
144 | 144 |
|
145 | 145 |
/******************************************************************************/ |
146 | 146 |
/* INLINE FUNCTIONS */ |
Also available in: Unified diff