mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
fix warning
This commit is contained in:
parent
899b27aa06
commit
77ad886938
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ static const char *PSElist [] = {
|
|||
"325041592E5359532E4444463031", // 2PAY.SYS.DDF01 - Visa Proximity Payment System Environment - PPSE
|
||||
"315041592E5359532E4444463031" // 1PAY.SYS.DDF01 - Visa Payment System Environment - PSE
|
||||
};
|
||||
static const size_t PSElistLen = sizeof(PSElist)/sizeof(char*);
|
||||
//static const size_t PSElistLen = sizeof(PSElist)/sizeof(char*);
|
||||
|
||||
typedef struct {
|
||||
enum CardPSVendor vendor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue