mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Moved LogTraceHitag to BigBuf (no changes to the function ... yet)
This commit is contained in:
parent
3000dc4e7e
commit
aabb719dc4
3 changed files with 28 additions and 27 deletions
|
@ -33,5 +33,5 @@ uint16_t BigBuf_get_traceLen(void);
|
|||
void clear_trace();
|
||||
void set_tracing(bool enable);
|
||||
bool RAMFUNC LogTrace(const uint8_t *btBytes, uint16_t iLen, uint32_t timestamp_start, uint32_t timestamp_end, uint8_t *parity, bool readerToTag);
|
||||
|
||||
int LogTraceHitag(const uint8_t * btBytes, int iBits, int iSamples, uint32_t dwParity, int bReader);
|
||||
#endif /* __BIGBUF_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue