mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
fix: exit status
This commit is contained in:
parent
66a3992677
commit
9b879b0dc0
3 changed files with 9 additions and 3 deletions
|
@ -863,7 +863,8 @@ typedef struct {
|
|||
#define PM3_ENODATA -98
|
||||
// Quit program client: reserved, order to quit the program
|
||||
#define PM3_EFATAL -99
|
||||
|
||||
// Regular quit
|
||||
#define PM3_SQUIT -100
|
||||
|
||||
// LF
|
||||
#define LF_FREQ2DIV(f) ((int)(((12000.0 + (f)/2.0)/(f))-1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue