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

View differences:

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

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

Also available in: Unified diff