mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fixed output for hf iclass trbl
to not have tear off debug message and its more compact now
This commit is contained in:
parent
4f2b35872d
commit
c716467a7e
5 changed files with 67 additions and 32 deletions
|
@ -104,7 +104,7 @@ int tearoff_hook(void) {
|
|||
SpinDelayUsPrecision(g_tearoff_delay_us);
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
g_tearoff_enabled = false;
|
||||
Dbprintf(_YELLOW_("Tear-off triggered!"));
|
||||
if (g_dbglevel >= DBG_ERROR) Dbprintf(_YELLOW_("Tear-off triggered!"));
|
||||
return PM3_ETEAROFF;
|
||||
} else {
|
||||
return PM3_SUCCESS; // SUCCESS = the hook didn't do anything
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue