chg: check buttonpress

This commit is contained in:
iceman1001 2020-07-14 15:46:32 +02:00
commit a95f4b3745

View file

@ -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();