Version 1.2.0

This commit is contained in:
NIIBE Yutaka
2016-05-20 12:03:26 +09:00
parent 1e004bec78
commit f86f97cdbe
7 changed files with 60 additions and 58 deletions

View File

@@ -259,9 +259,9 @@ main (int argc, char *argv[])
case LED_START_COMMAND:
set_led (1);
led_inverted = 1;
chopstx_usec_wait (LED_TIMEOUT_STOP);
break;
case LED_FINISH_COMMAND:
chopstx_usec_wait (LED_TIMEOUT_STOP);
led_inverted = 0;
set_led (0);
break;