Skip to content

Commit

Permalink
fixing trailing linespace in quinetic.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pazzernick committed Nov 21, 2024
1 parent 5ba9c02 commit 2f05038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/quinetic.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static int quinetic_switch_decode(r_device *decoder, bitbuffer_t *bitbuffer)

uint8_t b[5];
bitbuffer_extract_bytes(bitbuffer, 0, syncword_bitindex + 16, b, sizeof(b) * 8);

int crc = crc16(b, 5, 0x1021, 0x1D0F);
if (crc != 0) {
decoder_logf(decoder, 1, __func__, "CRC failure");
Expand Down

0 comments on commit 2f05038

Please sign in to comment.