This commit is contained in:
osboxes.org
2019-04-10 09:37:46 +02:00
parent ad52243981
commit 827cd721fe
2 changed files with 46 additions and 46 deletions

View File

@@ -61,8 +61,8 @@ enum CardPSVendor {
CV_AMERICANEXPRESS,
CV_JCB,
CV_CB,
CV_SWITCH,
CV_DINERS,
CV_SWITCH,
CV_DINERS,
CV_OTHER,
};
enum CardPSVendor GetCardPSVendor(uint8_t *AID, size_t AIDlen);