mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Fix API breakage.
This commit is contained in:
parent
8ac9ba9a3d
commit
84b58129dd
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void RunMod(void) {
|
||||||
} else if (state == STATE_EMUL) {
|
} else if (state == STATE_EMUL) {
|
||||||
Iso15693InitTag();
|
Iso15693InitTag();
|
||||||
Dbprintf("Starting simulation, press pm3-button to stop and go back to search state.");
|
Dbprintf("Starting simulation, press pm3-button to stop and go back to search state.");
|
||||||
SimTagIso15693(card.uid);
|
SimTagIso15693(card.uid, 4);
|
||||||
|
|
||||||
state = STATE_READ;
|
state = STATE_READ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue