Skip to content

Commit

Permalink
Fix issue with locking parser in wrong mode when working in noisy env…
Browse files Browse the repository at this point in the history
…ironment
  • Loading branch information
RebornedBrain committed Nov 2, 2024
1 parent 69aa4cd commit 36bf1d1
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 36bf1d1

Please sign in to comment.