mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fixed iso14443b snoop, plus compiling issue of redefined parameter, please take care about this next time before a commit
This commit is contained in:
parent
9d71094388
commit
0f7f9edc14
3 changed files with 17 additions and 24 deletions
|
@ -101,7 +101,7 @@ void AcquireRawAdcSamplesIso14443(uint32_t parameter);
|
|||
void ReadSRI512Iso14443(uint32_t parameter);
|
||||
void ReadSRIX4KIso14443(uint32_t parameter);
|
||||
void ReadSTMemoryIso14443(uint32_t parameter,uint32_t dwLast);
|
||||
void SnoopIso14443(void);
|
||||
void RAMFUNC SnoopIso14443(void);
|
||||
|
||||
/// iso14443a.h
|
||||
void RAMFUNC SnoopIso14443a(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue