From 144237abfd2f3434a06353b3317a40b79729c84f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 16 Apr 2019 15:09:57 +0200 Subject: [PATCH] style --- armsrc/iso14443b.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/armsrc/iso14443b.c b/armsrc/iso14443b.c index 2fa9b54b4..052351173 100644 --- a/armsrc/iso14443b.c +++ b/armsrc/iso14443b.c @@ -947,7 +947,6 @@ static RAMFUNC int Handle14443bTagSamplesDemod(int ci, int cq) { static void GetTagSamplesFor14443bDemod() { bool gotFrame, finished = false; // int lastRxCounter = ISO14443B_DMA_BUFFER_SIZE; - int ci = 0, cq = 0; uint32_t time_0 = 0, time_stop = 0; BigBuf_free(); @@ -978,8 +977,8 @@ static void GetTagSamplesFor14443bDemod() { WDT_HIT(); // LSB is a fpga signal bit. - ci = upTo[0]; - cq = upTo[1]; + int ci = upTo[0]; + int cq = upTo[1]; upTo += 2; // lastRxCounter -= 2;