mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
CHG: Syntax suger
This commit is contained in:
parent
f66114426b
commit
da198be4b5
7 changed files with 44 additions and 61 deletions
|
@ -27,7 +27,7 @@ static uint16_t BigBuf_hi = BIGBUF_SIZE;
|
|||
static uint8_t *emulator_memory = NULL;
|
||||
|
||||
// trace related variables
|
||||
static uint16_t traceLen = 0;
|
||||
static uint16_t traceLen;
|
||||
int tracing = 1; //Last global one.. todo static?
|
||||
|
||||
// get the address of BigBuf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue