From efd0327132b58c701e7148622e7d7808f7c97a88 Mon Sep 17 00:00:00 2001 From: pwpiwi Date: Mon, 25 Jan 2021 09:26:27 +0100 Subject: [PATCH] Avoid link error due to duplicate definition of blocknr in hitag.c and hitagS.c (#963) --- armsrc/hitagS.c | 1 - 1 file changed, 1 deletion(-) diff --git a/armsrc/hitagS.c b/armsrc/hitagS.c index 8f40146a..2f5d6289 100644 --- a/armsrc/hitagS.c +++ b/armsrc/hitagS.c @@ -42,7 +42,6 @@ static int sof_bits; //number of start-of-frame bits static byte_t pwdh0, pwdl0, pwdl1; //password bytes static uint32_t rnd = 0x74124485; //randomnumber static int test = 0; -size_t blocknr; bool end=false; // Single bit Hitag2 functions: -- 2.39.2