mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
errors: cmdmain
This commit is contained in:
parent
dcfee8963b
commit
38fc6e2290
4 changed files with 9 additions and 7 deletions
|
@ -421,6 +421,8 @@ typedef struct {
|
|||
#define PM3_EMALLOC -12
|
||||
// File error
|
||||
#define PM3_EFILE -13
|
||||
// Quit program
|
||||
#define PM3_EFATAL -99
|
||||
|
||||
|
||||
// CMD_DEVICE_INFO response packet has flags in arg[0], flag definitions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue