mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 16:48:15 +08:00
adapt to fpga changes. And bug hunting COTAG functionality that doesnt work
This commit is contained in:
parent
ee69987210
commit
ecdd91392b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ typedef struct {
|
|||
* acquisition of Cotag LF signal. Similar to other LF, since the Cotag has such long datarate RF/384
|
||||
* and is Manchester?, we directly gather the manchester data into bigbuff
|
||||
**/
|
||||
void doCotagAcquisition(size_t sample_size);
|
||||
void doCotagAcquisition(void);
|
||||
uint32_t doCotagAcquisitionManchester(void);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue