From 7b3c60bbea4e351124c35d621bdf9e5084e14f62 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Mon, 30 Mar 2026 23:52:20 +0800 Subject: [PATCH] Update iso14443a.h --- armsrc/iso14443a.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/armsrc/iso14443a.h b/armsrc/iso14443a.h index e4ae956e4..b1e01c5e8 100644 --- a/armsrc/iso14443a.h +++ b/armsrc/iso14443a.h @@ -219,6 +219,7 @@ extern iso14a_polling_parameters_t REQA_POLLING_PARAMETERS; #define DELAY_READER_AIR2ARM_AS_SNIFFER (2 + 3 + 8) // Maximum ISO 14443A protocol timeout in field cycles (1/13.56 MHz). -#define MAX_ISO14A_TIMEOUT 524288 // this timeout is in MS +#define MAX_ISO14A_TIMEOUT 524288 +// this timeout is in MS #endif /* __ISO14443A_H */