From 00f3c281bbf658460fedf103147f7e2c1a9ec2cd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 16 Apr 2019 15:06:14 +0200 Subject: [PATCH] style --- armsrc/hitagS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/hitagS.c b/armsrc/hitagS.c index e51f720da..842811473 100644 --- a/armsrc/hitagS.c +++ b/armsrc/hitagS.c @@ -650,7 +650,7 @@ static int hitagS_handle_tag_auth(hitag_function htf, uint64_t key, uint64_t NrA int i, j, z; unsigned char mask = 1; unsigned char uid[32]; - uint8_t uid1 = 0x00, uid2 = 0x00, uid3 = 0x00, uid4 = 0x00; + uint8_t uid1, uid2, uid3, uid4; unsigned char crc; uint64_t state; uint8_t auth_ks[4];