Revision 7de0cc90 unittests/periphery-lld/inc/ut_alld_dw1000_v1.h
unittests/periphery-lld/inc/ut_alld_dw1000_v1.h | ||
---|---|---|
50 | 50 |
/* EXTERN DECLARATIONS */ |
51 | 51 |
/******************************************************************************/ |
52 | 52 |
|
53 |
#ifdef __cplusplus
|
|
53 |
#if defined(__cplusplus)
|
|
54 | 54 |
extern "C" { |
55 |
#endif |
|
55 |
#endif /* defined(__cplusplus) */
|
|
56 | 56 |
aos_utresult_t utAlldDw1000Func(BaseSequentialStream* stream, aos_unittest_t* ut); |
57 | 57 |
|
58 | 58 |
extern uint8_t s1switch; |
... | ... | |
72 | 72 |
apalGpioState_t port_CheckEXT_IRQ(void) ; |
73 | 73 |
void process_deca_irq(void); |
74 | 74 |
|
75 |
#ifdef __cplusplus
|
|
75 |
#if defined(__cplusplus)
|
|
76 | 76 |
} |
77 |
#endif |
|
77 |
#endif /* defined(__cplusplus) */
|
|
78 | 78 |
|
79 | 79 |
/******************************************************************************/ |
80 | 80 |
/* INLINE FUNCTIONS */ |
Also available in: Unified diff