Skip to content

Commit

Permalink
Remove rogue TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Oct 18, 2023
1 parent 9eb3666 commit 29e425d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/signal_reader/parsers/iso15693/iso15693_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ static void signal_reader_callback(SignalReaderEvent event, void* context) {
instance->eof_received = true;
instance->callback(Iso15693ParserEventDataReceived, instance->context);
} else {
// TODO: Better garbage input handling
instance->state = Iso15693ParserStateFail;
instance->callback(Iso15693ParserEventDataReceived, instance->context);
}
Expand Down

0 comments on commit 29e425d

Please sign in to comment.