Skip to content

Commit

Permalink
[NFC] Fix ISO15693 stucking in wrong mode. (#3988)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
RebornedBrain and skotopes authored Dec 18, 2024
1 parent 8c4922a commit 9c96bbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/signal_reader/parsers/iso15693/iso15693_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ static Iso15693ParserCommand iso15693_parser_parse_1_out_of_256(Iso15693Parser*
instance->parsed_frame, instance->next_byte_part * 4 + j / 2);
}
}
} else {
instance->zero_found = true;
}
}
instance->next_byte_part = (instance->next_byte_part + 1) % 64;
Expand Down

0 comments on commit 9c96bbf

Please sign in to comment.