mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: easier debug printing
This commit is contained in:
parent
7064a2dd71
commit
e29503b368
2 changed files with 6 additions and 8 deletions
|
@ -409,9 +409,7 @@ int CmdLFSim(const char *Cmd) {
|
|||
// convert to bitstream if necessary
|
||||
ChkBitstream(Cmd);
|
||||
|
||||
if (g_debugMode)
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Sending [%d bytes]\n", GraphTraceLen);
|
||||
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Sending [%d bytes]\n", GraphTraceLen);
|
||||
|
||||
//can send only 512 bits at a time (1 byte sent per bit...)
|
||||
for (uint16_t i = 0; i < GraphTraceLen; i += USB_CMD_DATA_SIZE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue