Update cmdlfindala.c

This commit is contained in:
mwalker33
2024-08-17 13:47:23 +10:00
parent 20a0713441
commit 059b657156
+1 -1
View File
@@ -1175,7 +1175,7 @@ int getIndalaBits(uint8_t fc, uint16_t cn, uint8_t *bits) {
bits[38] = 0; // parity for even bits
uint8_t p1 = 1;
uint8_t p2 = 1;
for (int i=33; i < 64; i++) {
if (i%2)
p1 ^= bits[i];