Fixed incorrect argument count for SimulateIso14443aTag

Signed-off-by: Sebastian Meyer <archi@users.noreply.github.com>
This commit is contained in:
Sebastian Meyer
2024-10-07 10:34:51 +02:00
committed by GitHub
parent 90c8fa03e3
commit 24a760a266
+1 -1
View File
@@ -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;