mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Fixed incorrect argument count for SimulateIso14443aTag
Signed-off-by: Sebastian Meyer <archi@users.noreply.github.com>
This commit is contained in:
parent
90c8fa03e3
commit
24a760a266
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void RunMod(void) {
|
|||
uint16_t flags = FLAG_7B_UID_IN_DATA;
|
||||
|
||||
Dbprintf("Starting simulation, press " _GREEN_("pm3 button") " to stop and go back to search state.");
|
||||
SimulateIso14443aTag(7, flags, card.uid, 0);
|
||||
SimulateIso14443aTag(7, flags, card.uid, 0, NULL);
|
||||
|
||||
// Go back to search state if user presses pm3-button
|
||||
state = STATE_SEARCH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue