From 323248060e10a3c62d481577d3891036040abf79 Mon Sep 17 00:00:00 2001 From: Nate Glaser Date: Fri, 7 Jan 2022 18:16:41 -0500 Subject: [PATCH] changed description --- armsrc/Standalone/hf_15693sniff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/Standalone/hf_15693sniff.c b/armsrc/Standalone/hf_15693sniff.c index e44478f58..35e22c966 100644 --- a/armsrc/Standalone/hf_15693sniff.c +++ b/armsrc/Standalone/hf_15693sniff.c @@ -81,7 +81,7 @@ static void DownloadTraceInstructions(void) { } void ModInfo(void) { - DbpString(" HF 15693 SNIFF, a ISO15693 sniffer with storing in flashmem"); + DbpString(" HF 15693 SNIFF, a ISO15693 sniffer with storing in flashmem (Nathan Glaser)"); // DownloadTraceInstructions(); }