mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: hf 14a sim - uses NG
This commit is contained in:
parent
b05796c7c4
commit
58bed70ad0
4 changed files with 30 additions and 22 deletions
|
@ -494,6 +494,8 @@ typedef struct {
|
|||
#define PM3_EFILE -13
|
||||
// Generic TTY error
|
||||
#define PM3_ENOTTY -14
|
||||
// Initialization error pm3: error related to trying to initalize the pm3 / fpga for different operations
|
||||
#define PM3_EINIT -15
|
||||
// No data 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