mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
typo
This commit is contained in:
parent
857526a945
commit
fbd0a7e284
7 changed files with 30 additions and 30 deletions
|
@ -613,7 +613,7 @@ typedef struct {
|
|||
// Initialization error pm3: error related to trying to initalize the pm3 / fpga for different operations
|
||||
#define PM3_EINIT -15
|
||||
// Expected a different answer error client/pm3: error when expecting one answer and got another one
|
||||
#define PM3_EWRONGANSVER -16
|
||||
#define PM3_EWRONGANSWER -16
|
||||
// Memory out-of-bounds error client/pm3: error when a read/write is outside the expected array
|
||||
#define PM3_EOUTOFBOUND -17
|
||||
// exchange with card error client/pm3: error when cant get answer from card or got an incorrect answer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue