mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
Add message about debug message
This commit is contained in:
parent
1fc5fea623
commit
a2a1bbb7a1
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
||||||
// MF_DBG_ERROR 1
|
// MF_DBG_ERROR 1
|
||||||
// MF_DBG_ALL 2
|
// MF_DBG_ALL 2
|
||||||
// MF_DBG_EXTENDED 4
|
// MF_DBG_EXTENDED 4
|
||||||
|
//
|
||||||
|
// /!\ Printing Debug message is disrupting emulation,
|
||||||
|
// Only use with caution during debugging
|
||||||
|
|
||||||
|
|
||||||
#include "iso14443a.h"
|
#include "iso14443a.h"
|
||||||
#include "mifaresim.h"
|
#include "mifaresim.h"
|
||||||
|
|
Loading…
Reference in a new issue