update ChibiOS/RT and NeuG

This commit is contained in:
NIIBE Yutaka
2013-02-18 00:21:35 +09:00
parent a39b43dd27
commit f87b059f04
19 changed files with 958 additions and 354 deletions

View File

@@ -1118,7 +1118,7 @@ GPGthread (void *arg)
gpg_init ();
chEvtClear (ALL_EVENTS);
chEvtClearFlags (ALL_EVENTS);
while (!chThdShouldTerminate ())
{
@@ -1216,7 +1216,7 @@ GPGthread (void *arg)
process_command_apdu ();
led_blink (LED_FINISH_COMMAND);
done:
chEvtSignal (icc_thread, EV_EXEC_FINISHED);
chEvtSignalFlags (icc_thread, EV_EXEC_FINISHED);
}
gpg_fini ();