fixes for pin-cir support

This commit is contained in:
NIIBE Yutaka
2013-11-02 14:33:34 +09:00
parent 95587b8cae
commit 95eb208d71
9 changed files with 66 additions and 24 deletions

View File

@@ -330,6 +330,9 @@ main (int argc, char *argv[])
ccid_thd = chopstx_create (PRIO_CCID, __stackaddr_ccid,
__stacksize_ccid, USBthread, NULL);
#ifdef PINPAD_CIR_SUPPORT
cir_init ();
#endif
#ifdef PINPAD_DND_SUPPORT
msc_init ();
#endif