mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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
|
* 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
|
* and is Manchester?, we directly gather the manchester data into bigbuff
|
||||||
**/
|
**/
|
||||||
void doCotagAcquisition(size_t sample_size);
|
void doCotagAcquisition(void);
|
||||||
uint32_t doCotagAcquisitionManchester(void);
|
uint32_t doCotagAcquisitionManchester(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue