This commit is contained in:
NIIBE Yutaka
2011-10-06 16:58:20 +09:00
parent 3ec2df97b9
commit 6aca64b664
2 changed files with 3 additions and 4 deletions

View File

@@ -1028,12 +1028,9 @@ GPGthread (void *arg)
while (!chThdShouldTerminate ())
{
eventmask_t m;
m = chEvtWaitOne (ALL_EVENTS);
chEvtWaitOne (ALL_EVENTS);
DEBUG_INFO ("GPG!: ");
DEBUG_WORD ((uint32_t)&m);
res_APDU_pointer = NULL; /* default */