Ignore:
Timestamp:
01/14/10 19:07:30 (13 years ago)
Author:
alno
Message:

WebIf:

  • Command: Merging revisions 1212-1227 of trunk
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/monitor-improvement/csctapi/cardterminal.c

    r1210 r1228  
    8484   
    8585    /* 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))
    8791    {
    8892        free (ct->io);
Note: See TracChangeset for help on using the changeset viewer.