mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
style
This commit is contained in:
parent
598d016477
commit
e703dcb8ad
3 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ extern "C" {
|
|||
typedef unsigned char byte_t;
|
||||
|
||||
// debug
|
||||
#define MF_DBG_NONE 0 // no messages
|
||||
#define MF_DBG_NONE 0 // no messages
|
||||
#define MF_DBG_ERROR 1 // errors only
|
||||
#define MF_DBG_INFO 2 // errors + info messages
|
||||
#define MF_DBG_DEBUG 3 // errors + info + debug messages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue