mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
rename globals
This commit is contained in:
parent
437f5f6448
commit
5b54385347
34 changed files with 458 additions and 458 deletions
|
@ -59,7 +59,7 @@ static bool fill_eml_from_file(char *dumpfile) {
|
|||
return false;
|
||||
}
|
||||
//read and load dump file
|
||||
if (DBGLEVEL >= DBG_INFO)
|
||||
if (g_dbglevel >= DBG_INFO)
|
||||
Dbprintf(_YELLOW_("Found dump file %s. Uploading to emulator memory..."), dumpfile);
|
||||
emlClearMem();
|
||||
uint8_t *emCARD = BigBuf_get_EM_addr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue