This commit is contained in:
merlokk 2019-02-20 17:54:05 +02:00
parent 200f44d94c
commit 8ddedcb140

View file

@ -1199,7 +1199,7 @@ int CmdEMVExec(const char *cmd) {
dreturn(7); dreturn(7);
} }
// process Format1 (0x80) anf print Format2 (0x77) // process Format1 (0x80) and print Format2 (0x77)
ProcessACResponseFormat1(tlvRoot, buf, len, decodeTLV); ProcessACResponseFormat1(tlvRoot, buf, len, decodeTLV);
uint8_t CID = 0; uint8_t CID = 0;