Revision 7de0cc90 unittests/periphery-lld/inc/ut_alld_MPU6050_v1.h

View differences:

unittests/periphery-lld/inc/ut_alld_MPU6050_v1.h
64 64
/* EXTERN DECLARATIONS                                                        */
65 65
/******************************************************************************/
66 66

  
67
#ifdef __cplusplus
67
#if defined(__cplusplus)
68 68
extern "C" {
69
#endif
69
#endif /* defined(__cplusplus) */
70 70
  aos_utresult_t utAlldMpu6050Func(BaseSequentialStream* stream, aos_unittest_t* ut);
71
#ifdef __cplusplus
71
#if defined(__cplusplus)
72 72
}
73
#endif
73
#endif /* defined(__cplusplus) */
74 74

  
75 75
/******************************************************************************/
76 76
/* INLINE FUNCTIONS                                                           */

Also available in: Unified diff