mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
make all device side HTS messages DBGlevel extended
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user