mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
style
This commit is contained in:
parent
e5928424b6
commit
144237abfd
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue