mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: this debug statement interups with all other printouts.
This commit is contained in:
parent
cca4184c9c
commit
355572826a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ void iso14a_set_trigger(bool enable) {
|
|||
|
||||
void iso14a_set_timeout(uint32_t timeout) {
|
||||
iso14a_timeout = timeout - (DELAY_AIR2ARM_AS_READER + DELAY_ARM2AIR_AS_READER)/(16*8);
|
||||
if(MF_DBGLEVEL >= 3) Dbprintf("ISO14443A Timeout set to %ld (%dms)", iso14a_timeout, iso14a_timeout / 106);
|
||||
//if (MF_DBGLEVEL >= 3) Dbprintf("ISO14443A Timeout set to %ld (%dms)", iso14a_timeout, iso14a_timeout / 106);
|
||||
}
|
||||
|
||||
uint32_t iso14a_get_timeout(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue