Revision f3ac1c96 unittests/periphery-lld/src/ut_alld_ina219.c

View differences:

unittests/periphery-lld/src/ut_alld_ina219.c
26 26
#include <alld_ina219.h>
27 27
#include <math.h>
28 28

  
29
/******************************************************************************/
30
/* LOCAL DEFINITIONS                                                          */
31
/******************************************************************************/
32

  
33
/******************************************************************************/
34
/* EXPORTED VARIABLES                                                         */
35
/******************************************************************************/
36

  
37
/******************************************************************************/
38
/* LOCAL TYPES                                                                */
39
/******************************************************************************/
40

  
41
/******************************************************************************/
42
/* LOCAL VARIABLES                                                            */
43
/******************************************************************************/
44

  
45
/******************************************************************************/
46
/* LOCAL FUNCTIONS                                                            */
47
/******************************************************************************/
48

  
49
/******************************************************************************/
50
/* EXPORTED FUNCTIONS                                                         */
51
/******************************************************************************/
52

  
29 53
aos_utresult_t utAlldIna219Func(BaseSequentialStream* stream, aos_unittest_t* ut)
30 54
{
31 55
  aosDbgCheck(ut->data != NULL && ((ut_ina219data_t*)(ut->data))->inad != NULL);

Also available in: Unified diff