mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
shadowing
This commit is contained in:
parent
b3b1e10330
commit
42ed891f30
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ typedef struct {
|
|||
const char *description;
|
||||
} AccessConditions_t;
|
||||
|
||||
|
||||
typedef struct {
|
||||
uint8_t Code;
|
||||
const char *Description;
|
||||
} PlusErrorsElm_t;
|
||||
|
||||
void mfpSetVerboseMode(bool verbose);
|
||||
const char *mfpGetErrorDescription(uint8_t errorCode);
|
||||
|
||||
|
|
Loading…
Reference in a new issue