mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
standalone: hf_15sim: text/debug fix
This commit is contained in:
parent
afa821b3ec
commit
d73576ecf5
1 changed files with 1 additions and 2 deletions
|
@ -154,7 +154,6 @@ void RunMod(void) {
|
||||||
|
|
||||||
if (res < 0)
|
if (res < 0)
|
||||||
{
|
{
|
||||||
Dbprintf("res < 0");
|
|
||||||
SpinDelay(100);
|
SpinDelay(100);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
@ -188,7 +187,7 @@ void RunMod(void) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Dbprintf("Tag dumpped");
|
Dbprintf("Tag dumped");
|
||||||
Dbprintf("Start simulation");
|
Dbprintf("Start simulation");
|
||||||
|
|
||||||
SimTagIso15693(0, 0);
|
SimTagIso15693(0, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue