mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: fixes the broken build,...
FIX: increased the timeout, to make 'hf mf chk' work better.
This commit is contained in:
parent
f121b478a1
commit
cc70889743
3 changed files with 59 additions and 50 deletions
|
@ -12,9 +12,9 @@
|
|||
#define __LEGICRF_H
|
||||
|
||||
extern void LegicRfSimulate(int phase, int frame, int reqresp);
|
||||
extern int LegicRfReader(int bytes, int offset);
|
||||
extern void LegicRfWriter(int bytes, int offset);
|
||||
extern void LegicRfRawWriter(int offset, int bytes);
|
||||
extern int LegicRfReader(int offset, int bytes, int iv);
|
||||
extern void LegicRfWriter(int offset, int bytes, int iv);
|
||||
extern void LegicRfRawWriter(int address, int data, int iv);
|
||||
|
||||
int ice_legic_select_card();
|
||||
void ice_legic_setup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue