mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix cotag memory bugs. was off-by-one
This commit is contained in:
parent
6d5b12a7b3
commit
32c614db7b
4 changed files with 81 additions and 89 deletions
|
@ -22,7 +22,7 @@ typedef struct {
|
|||
* and is Manchester?, we directly gather the manchester data into bigbuff
|
||||
**/
|
||||
void doCotagAcquisition(void);
|
||||
uint32_t doCotagAcquisitionManchester(void);
|
||||
uint16_t doCotagAcquisitionManchester(uint8_t *dest, uint16_t destlen);
|
||||
|
||||
/**
|
||||
* acquisition of T55x7 LF signal. Similar to other LF, but adjusted with @marshmellows thresholds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue