From bb04ef216debb8e5996dfe7acddf6af4413cb69a Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Fri, 20 Oct 2017 20:20:07 +0200 Subject: [PATCH] small fix: make iso14a_set_timeout() external --- armsrc/iso14443a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index a3367036..026b177a 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -185,7 +185,7 @@ void iso14a_set_trigger(bool enable) { } -static void iso14a_set_timeout(uint32_t timeout) { +void iso14a_set_timeout(uint32_t timeout) { iso14a_timeout = timeout; if(MF_DBGLEVEL >= 3) Dbprintf("ISO14443A Timeout set to %ld (%dms)", iso14a_timeout, iso14a_timeout / 106); } -- 2.39.2