fix main and upgrade to Chopstx 0.10

This commit is contained in:
NIIBE Yutaka
2015-09-15 10:45:22 +09:00
parent 9b7d400550
commit 03c024f8f6
4 changed files with 6 additions and 7 deletions

View File

@@ -385,10 +385,6 @@ main (int argc, char *argv[])
break;
case LED_USB_RESET:
ccid_usb_reset ();
chopstx_join (ccid_thd, NULL);
/* Invoke the CCID thread again. */
ccid_thd = chopstx_create (PRIO_CCID, __stackaddr_ccid,
__stacksize_ccid, USBthread, NULL);
break;
case LED_GNUK_EXEC:
goto exec;