Merge pull request #98 from merlokk/typ1

typo
This commit is contained in:
Oleg Moiseenko 2019-02-20 17:54:34 +02:00 committed by GitHub
commit d589e9cd45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1207,7 +1207,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;