mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: update armside debug to fit with offical repo.
This commit is contained in:
parent
0cf249ffe5
commit
6c1b8f809e
5 changed files with 11 additions and 17 deletions
|
@ -23,11 +23,11 @@ extern "C" {
|
|||
typedef unsigned char byte_t;
|
||||
|
||||
// debug
|
||||
// 0 - no debug messages 1 - error messages 2 - all messages 4 - extended debug mode
|
||||
#define MF_DBG_NONE 0
|
||||
#define MF_DBG_ERROR 1
|
||||
#define MF_DBG_ALL 2
|
||||
#define MF_DBG_EXTENDED 4
|
||||
#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
|
||||
#define MF_DBG_EXTENDED 4 // errors + info + debug + breaking debug messages
|
||||
extern int MF_DBGLEVEL;
|
||||
|
||||
// Flashmem spi baudrate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue