mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
code style, code clean up of redundant functions, comments, its many minor fixes across the platform. Sorry for not making 20 commits
This commit is contained in:
parent
6bb7199a7b
commit
cef07dedf6
57 changed files with 672 additions and 521 deletions
|
@ -924,6 +924,9 @@ typedef struct {
|
|||
// No key available client/pm3: no cryptographic key available.
|
||||
#define PM3_ENOKEY -28
|
||||
|
||||
// Cryptographic error client/pm3: cryptographic operation failed
|
||||
#define PM3_ECRYPTO -29
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue