CHG: added 2k3des to ULC READCARD.

This commit is contained in:
iceman1001 2015-05-05 00:33:07 +02:00
commit 8d53ea1403
3 changed files with 77 additions and 22 deletions

View file

@ -502,6 +502,7 @@ void OnSuccess(){
void OnError(uint8_t reason){
pcb_blocknum = 0;
ReaderTransmit(deselect_cmd, 3 , NULL);
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
cmd_send(CMD_ACK,0,reason,0,0,0);
LEDsoff();