mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
No error code on regular exit
This commit is contained in:
parent
00a4895440
commit
cbb976e320
3 changed files with 8 additions and 1 deletions
|
@ -706,6 +706,8 @@ typedef struct {
|
|||
|
||||
// Error codes Usages:
|
||||
|
||||
// Success, regular quit
|
||||
#define PM3_SQUIT 2
|
||||
// Success, transfer nonces pm3: Sending nonces back to client
|
||||
#define PM3_SNONCES 1
|
||||
// Success (no error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue