Revision ded1ded7 test/periphery-lld/VL53L1X_v1/aos_test_VL53L1X.h

View differences:

test/periphery-lld/VL53L1X_v1/aos_test_VL53L1X.h
21 21

  
22 22
#include <amiroos.h>
23 23

  
24

  
25 24
#if (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
26 25

  
27 26
#include <alld_VL53L1X.h>
......
51 50
   */
52 51
  VL53L1XDriver* vl53l1x;
53 52

  
54
} aos_test_vl53l1x_bus;
53
} aos_test_vl53l1xdata_t;
55 54

  
56 55

  
57 56
/******************************************************************************/
......
66 65
extern "C" {
67 66
#endif /* defined(__cplusplus) */
68 67
  aos_testresult_t aosTestVL53L1XFunc(BaseSequentialStream* stream, const aos_test_t* test);
69
  aos_testresult_t aosTestVL53L1Xi2cInit(BaseSequentialStream* stream, const aos_test_t* test);
70 68
#if defined(__cplusplus)
71 69
}
72 70
#endif /* defined(__cplusplus) */

Also available in: Unified diff