Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli committed Sep 7, 2024
1 parent b55e8bb commit 7642be2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/lfrfid/protocols/protocol_gproxii.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ bool wiegand_check(uint64_t fc_and_card, bool even_parity, bool odd_parity, int
default:
}
return true;

}

void protocol_gproxii_decoder_start(ProtocolGProxII* protocol) {
Expand Down Expand Up @@ -130,7 +129,6 @@ static bool protocol_gproxii_can_be_decoded(ProtocolGProxII* protocol) {

// Check always 0 parity on every 5th bit after preamble
if(!bit_lib_test_parity(protocol->data, 6, GPROXII_ENCODED_BIT_SIZE, BitLibParityAlways0, 5)) {

return false;
}

Expand Down

0 comments on commit 7642be2

Please sign in to comment.