style
This commit is contained in:
@@ -947,7 +947,6 @@ static RAMFUNC int Handle14443bTagSamplesDemod(int ci, int cq) {
|
|||||||
static void GetTagSamplesFor14443bDemod() {
|
static void GetTagSamplesFor14443bDemod() {
|
||||||
bool gotFrame, finished = false;
|
bool gotFrame, finished = false;
|
||||||
// int lastRxCounter = ISO14443B_DMA_BUFFER_SIZE;
|
// int lastRxCounter = ISO14443B_DMA_BUFFER_SIZE;
|
||||||
int ci = 0, cq = 0;
|
|
||||||
uint32_t time_0 = 0, time_stop = 0;
|
uint32_t time_0 = 0, time_stop = 0;
|
||||||
|
|
||||||
BigBuf_free();
|
BigBuf_free();
|
||||||
@@ -978,8 +977,8 @@ static void GetTagSamplesFor14443bDemod() {
|
|||||||
WDT_HIT();
|
WDT_HIT();
|
||||||
|
|
||||||
// LSB is a fpga signal bit.
|
// LSB is a fpga signal bit.
|
||||||
ci = upTo[0];
|
int ci = upTo[0];
|
||||||
cq = upTo[1];
|
int cq = upTo[1];
|
||||||
upTo += 2;
|
upTo += 2;
|
||||||
// lastRxCounter -= 2;
|
// lastRxCounter -= 2;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user