mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-30 20:07:55 +08:00
some function def (hitag)
This commit is contained in:
parent
ca85559309
commit
27f7dd6dec
1 changed files with 2 additions and 0 deletions
|
@ -115,9 +115,11 @@ uint16_t BigBuf_max_traceLen(void) {
|
|||
void clear_trace(void) {
|
||||
traceLen = 0;
|
||||
}
|
||||
|
||||
void set_tracelen(uint32_t value) {
|
||||
traceLen = value;
|
||||
}
|
||||
|
||||
void set_tracing(bool enable) {
|
||||
tracing = enable;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue