From b27d0b4d4e48a6f6fc228977965a29aa54e3fd6c Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Fri, 1 Mar 2019 09:35:18 +0100 Subject: [PATCH] fix git rebase --- client/cmdhf14a.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/cmdhf14a.c b/client/cmdhf14a.c index 55419e1a..2bf84d22 100644 --- a/client/cmdhf14a.c +++ b/client/cmdhf14a.c @@ -36,10 +36,6 @@ static int CmdHelp(const char *Cmd); static int waitCmd(uint8_t iLen); -// iso14a apdu input frame length -static uint16_t frameLength = 0; -uint16_t atsFSC[] = {16, 24, 32, 40, 48, 64, 96, 128, 256}; - int CmdHF14AList(const char *Cmd) { PrintAndLog("Deprecated command, use 'hf list 14a' instead");