mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
refactor: remove positive error codes
This commit is contained in:
parent
28076af96d
commit
970c2d0999
3 changed files with 2 additions and 11 deletions
|
@ -794,11 +794,7 @@ typedef struct {
|
|||
#define FLAG_ANSI 0x08
|
||||
|
||||
// Error codes Usages:
|
||||
|
||||
// Success, regular quit
|
||||
#define PM3_SQUIT 2
|
||||
// Success, transfer nonces pm3: Sending nonces back to client
|
||||
#define PM3_SNONCES 1
|
||||
// NOTE: Positive values should be reserved for commands in case they need to return multiple statuses and error codes simultaneously.
|
||||
// Success (no error)
|
||||
#define PM3_SUCCESS 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue