mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
make all device side HTS messages DBGlevel extended
This commit is contained in:
parent
d715871df8
commit
febaa64b4d
4 changed files with 71 additions and 125 deletions
|
@ -126,6 +126,10 @@
|
|||
//NVDD goes LOW when USB is attached.
|
||||
#define USB_ATTACHED() !((AT91C_BASE_PIOA->PIO_PDSR & GPIO_NVDD_ON) == GPIO_NVDD_ON)
|
||||
|
||||
|
||||
#define DBG if (g_dbglevel >= DBG_EXTENDED)
|
||||
|
||||
|
||||
// VERSION_INFORMATION is now in common.h
|
||||
|
||||
#define COMMON_AREA_MAGIC 0x43334d50 // "PM3C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue