mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix appveyor multiple definition of enum error
This commit is contained in:
parent
4d34c8d4d5
commit
f6245cdb79
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
#define T55X7_bin 0b0010
|
||||
|
||||
#define T5555_DEFAULT_CONFIG_BLOCK 0x6001F004 // data rate 64 , ask, manchester, 2 data blocks?
|
||||
enum {
|
||||
typedef enum {
|
||||
T55x7_RAW = 0x00,
|
||||
T55x7_DEFAULT = 0x00,
|
||||
T5555_DEFAULT = 0x01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue