UI change for LED blink.

This commit is contained in:
NIIBE Yutaka
2018-10-01 14:36:56 +09:00
parent f810fb83d3
commit ebec8ee156
3 changed files with 5 additions and 4 deletions

View File

@@ -1775,7 +1775,7 @@ ccid_thread (void *arg)
{
ackbtn_disable ();
chopstx_intr_done (&ack_intr);
led_blink (LED_FINISH_COMMAND);
led_blink (LED_WAIT_FOR_BUTTON);
if (c->ccid_state == CCID_STATE_ACK_REQUIRED_1)
goto exec_done;