From f37e04a58f7d339a5b2279a8fba7236e0f6a0c09 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Tue, 31 Mar 2026 00:58:24 +0800 Subject: [PATCH] Fixed typo Signed-off-by: Antiklesys --- armsrc/iso14443a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index ee8a1c158..c65216a6e 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -1490,7 +1490,7 @@ bool SimulateIso14443aInit(uint8_t tagType, uint16_t flags, uint8_t *data, // Apply SAK override before it is encoded into rSAKc1/2/3. if ( (flags & FLAG_SAK_IN_DATA) == FLAG_SAK_IN_DATA) { - sak = sak_override; + sak = s_sak_override; } // if uid not supplied then get from emulator memory