mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 10:36:58 -07:00
small fix: make iso14a_set_timeout() external
This commit is contained in:
parent
ef9746cb2f
commit
bb04ef216d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue