Revision ce12e797 test/periphery-lld/MIC9404x_v1/aos_test_MIC9404x.c

View differences:

test/periphery-lld/MIC9404x_v1/aos_test_MIC9404x.c
60 60
  // local variables
61 61
  mic9404x_lld_state_t state_orig;
62 62
  mic9404x_lld_state_t state;
63
  aos_testresult_t result = {0, 0};
63
  aos_testresult_t result;
64 64
  int32_t status;
65 65

  
66
  aosTestResultInit(&result);
67

  
66 68
  chprintf(stream, "reading current status...\n");
67 69
  status = mic9404x_lld_get(((aos_test_mic9404data_t*)test->data)->driver, &state_orig);
68 70
  if (status == APAL_STATUS_OK) {

Also available in: Unified diff