mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
add PM3_REASON_UNKNOWN
This commit is contained in:
parent
cd4c2834a6
commit
9a50e608e0
3 changed files with 7 additions and 4 deletions
|
@ -874,6 +874,8 @@ typedef struct {
|
|||
// reserved for future protocol change
|
||||
#define PM3_RESERVED -128
|
||||
|
||||
#define PM3_REASON_UNKNOWN -1
|
||||
|
||||
// LF
|
||||
#define LF_FREQ2DIV(f) ((int)(((12000.0 + (f)/2.0)/(f))-1))
|
||||
#define LF_DIVISOR_125 LF_FREQ2DIV(125)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue