master/command.c
changeset 208 b7797f8a813d
parent 199 04ecf40fc2e9
child 237 7b3126cf6dab
equal deleted inserted replaced
207:3e0a148eb38d 208:b7797f8a813d
    66     command->mem_size = 0;
    66     command->mem_size = 0;
    67     command->data_size = 0;
    67     command->data_size = 0;
    68     command->index = 0x00;
    68     command->index = 0x00;
    69     command->working_counter = 0x00;
    69     command->working_counter = 0x00;
    70     command->state = EC_CMD_INIT;
    70     command->state = EC_CMD_INIT;
       
    71     command->t_sent = 0;
    71 }
    72 }
    72 
    73 
    73 /*****************************************************************************/
    74 /*****************************************************************************/
    74 
    75 
    75 /**
    76 /**