Changeset 1228 for branches/monitor-improvement/csctapi/cardterminal.c
- Timestamp:
- 01/14/10 19:07:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/monitor-improvement/csctapi/cardterminal.c
r1210 r1228 84 84 85 85 /* Initialise serial port */ 86 if (!IO_Serial_Init (ct->io, reader_type)) 86 if (ICC_Async_Device_Init ()) { 87 printf("ERROR in initializing device\n"); 88 return ERR_TRANS; 89 } 90 if (!IO_Serial_Init(ct->io, reader_type)) 87 91 { 88 92 free (ct->io);
Note:
See TracChangeset
for help on using the changeset viewer.