Revision 7de0cc90 unittests/periphery-lld/inc/ut_alld_LED_v1.h
unittests/periphery-lld/inc/ut_alld_LED_v1.h | ||
---|---|---|
49 | 49 |
/* EXTERN DECLARATIONS */ |
50 | 50 |
/******************************************************************************/ |
51 | 51 |
|
52 |
#ifdef __cplusplus
|
|
52 |
#if defined(__cplusplus)
|
|
53 | 53 |
extern "C" { |
54 |
#endif |
|
54 |
#endif /* defined(__cplusplus) */
|
|
55 | 55 |
aos_utresult_t utAlldLedFunc(BaseSequentialStream* stream, aos_unittest_t* ut); |
56 |
#ifdef __cplusplus
|
|
56 |
#if defined(__cplusplus)
|
|
57 | 57 |
} |
58 |
#endif |
|
58 |
#endif /* defined(__cplusplus) */
|
|
59 | 59 |
|
60 | 60 |
/******************************************************************************/ |
61 | 61 |
/* INLINE FUNCTIONS */ |
Also available in: Unified diff