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

View File

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