chg: check buttonpress
This commit is contained in:
@@ -1066,16 +1066,16 @@ int GetIso15693CommandFromReader(uint8_t *received, size_t max_len, uint32_t *eo
|
|||||||
samples++;
|
samples++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gotFrame) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (BUTTON_PRESS()) {
|
if (BUTTON_PRESS()) {
|
||||||
DecodeReader.byteCount = -1;
|
DecodeReader.byteCount = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
WDT_HIT();
|
WDT_HIT();
|
||||||
|
|
||||||
|
if (gotFrame) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
FpgaDisableSscDma();
|
FpgaDisableSscDma();
|
||||||
|
|||||||
Reference in New Issue
Block a user