mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
refactor: remove hitag_function enum value
This commit is contained in:
+3
-3
@@ -23,7 +23,7 @@
|
||||
#include "common.h"
|
||||
|
||||
typedef enum {
|
||||
RHTSF_PLAIN = 01,
|
||||
RHTSF_PLAIN,
|
||||
WHTSF_PLAIN,
|
||||
RHTSF_CHALLENGE,
|
||||
WHTSF_CHALLENGE,
|
||||
@@ -31,11 +31,11 @@ typedef enum {
|
||||
WHTSF_KEY,
|
||||
HTS_LAST_CMD = WHTSF_KEY,
|
||||
|
||||
RHT1F_PLAIN = 11,
|
||||
RHT1F_PLAIN,
|
||||
RHT1F_AUTHENTICATE,
|
||||
HT1_LAST_CMD = RHT1F_AUTHENTICATE,
|
||||
|
||||
RHT2F_PASSWORD = 21,
|
||||
RHT2F_PASSWORD,
|
||||
RHT2F_AUTHENTICATE,
|
||||
RHT2F_CRYPTO,
|
||||
WHT2F_CRYPTO,
|
||||
|
||||
Reference in New Issue
Block a user