From 584a3465871e89c9bf29fea7ca61f41f5fbe407c Mon Sep 17 00:00:00 2001 From: Gtpy <13873777+gtpy@users.noreply.github.com> Date: Fri, 3 May 2019 16:57:56 +0200 Subject: [PATCH] Missing Rename USB -> PM3 Missing Rename USB -> PM3 to avoid misleading interpretations 27f7057 --- armsrc/Standalone/hf_young.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/Standalone/hf_young.c b/armsrc/Standalone/hf_young.c index c9f89da7e..fc72df2ac 100644 --- a/armsrc/Standalone/hf_young.c +++ b/armsrc/Standalone/hf_young.c @@ -210,7 +210,7 @@ void RunMod() { if (button_action == 0) { // No button action, proceed with sim uint8_t flags = FLAG_4B_UID_IN_DATA; - uint8_t data[USB_CMD_DATA_SIZE] = {0}; // in case there is a read command received we shouldn't break + uint8_t data[PM3_CMD_DATA_SIZE] = {0}; // in case there is a read command received we shouldn't break memcpy(data, uids[selected].uid, uids[selected].uidlen);