mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Update iso15693.c
This commit is contained in:
+3
-1
@@ -1571,7 +1571,9 @@ int GetIso15693CommandFromReader(uint8_t *received, size_t max_len, uint32_t *eo
|
||||
break;
|
||||
}
|
||||
|
||||
if (dr->state == STATE_READER_UNSYNCD && data_available()) {
|
||||
if ((dr->state == STATE_READER_UNSYNCD ||
|
||||
dr->state == STATE_READER_AWAIT_1ST_FALLING_EDGE_OF_SOF) &&
|
||||
data_available()) {
|
||||
dr->byteCount = -2;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user