Revision b23ca7cc test/periphery-lld/LED_v1/aos_test_LED.c

View differences:

test/periphery-lld/LED_v1/aos_test_LED.c
59 59

  
60 60
  // local variables
61 61
  aos_testresult_t result = {0, 0};
62
  int32_t status = AOS_OK;
62
  int32_t status;
63 63

  
64 64
  chprintf(stream, "lighting up for two seconds...\n");
65 65
  led_lld_state_t state = LED_LLD_STATE_ON;

Also available in: Unified diff