Revision ce12e797 test/periphery-lld/DW1000_v1/aos_test_DW1000.c

View differences:

test/periphery-lld/DW1000_v1/aos_test_DW1000.c
198 198
      ((aos_test_dw1000data_t*)test->data)->driver != NULL &&
199 199
      ((aos_test_dw1000data_t*)test->data)->evtsource != NULL);
200 200

  
201
  aos_testresult_t result = {0, 0};  
201
  // local variables
202
  aos_testresult_t result;
202 203

  
204
  aosTestResultInit(&result);
203 205

  
204 206
#if (BOARD_MIC9404x_CONNECTED == true)
205 207
  // Enable 3.3V and 1.8V supply voltages for powering up the DW1000 module in AMiRo Light Ring

Also available in: Unified diff