mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
style
This commit is contained in:
parent
5a7e6643c7
commit
c002ae9f77
5 changed files with 10 additions and 10 deletions
|
@ -864,7 +864,10 @@ typedef struct {
|
|||
// Got wrong length error pm3: when received wrong length of data
|
||||
#define PM3_ELENGTH -27
|
||||
|
||||
// No data pm3: no data available, no host frame available (not really an error)
|
||||
// No key available client/pm3: no cryptographic key available.
|
||||
#define PM3_ENOKEY -28
|
||||
|
||||
// No data client/pm3: no data available, no host frame available (not really an error)
|
||||
#define PM3_ENODATA -98
|
||||
// Quit program client: reserved, order to quit the program
|
||||
#define PM3_EFATAL -99
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue